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