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