|
LogSubscriptionFileWriterNewFileComplete Event
|
When a new file has been completed.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+0f4e919571e6ec7e8e07a8e325416284b7e38fa3
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