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