|
LogSubscriptionFileWriterNewFileComplete Event
|
When a new file has been completed.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic event Action<string> NewFileComplete
Public Event NewFileComplete As Action(Of String)
public:
event Action<String^>^ NewFileComplete {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
member NewFileComplete : IEvent<Action<string>,
EventArgs>
function add_NewFileComplete(value);
function remove_NewFileComplete(value);
View SourceValue
ActionString
See Also