CallFlowContextWaitUnitPassed Event |
Delievered on the virtual user thread about every 100 ms while the current node is waiting for timeout to elapse
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic event EventHandler<EventArgs> WaitUnitPassed
public:
event EventHandler<EventArgs^>^ WaitUnitPassed {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
Value
Type:
SystemEventHandlerEventArgs
See Also