LogSubscriptionFileWriterNewFileComplete Event
When a new file has been completed.
Namespace: Gemstone.Diagnostics.UtilitiesAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
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