LogSubscriptionFileWriterNewFileComplete Event
When a new file has been completed.
Namespace: Gemstone.Diagnostics.UtilitiesAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public 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);
}
function add_NewFileComplete(value);
function remove_NewFileComplete(value);
Value
ActionString