CallFlowContextLogDataAvailable Event |
Delievered on the virtual user thread whenever there is data to be logged.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic event EventHandler<LogEventArgs> LogDataAvailable
public:
event EventHandler<LogEventArgs^>^ LogDataAvailable {
void add (EventHandler<LogEventArgs^>^ value);
void remove (EventHandler<LogEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerLogEventArgs
See Also