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