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