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