Wait for a particular CitrixEvent to occur, timing out after the DefaultTimeout period.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
public void WaitForEvent( CitrixEventType citrixEventType, string matchString )
Parameters
- citrixEventType
- Type: Facilita.Fc.Citrix CitrixEventType
the event type to wait for
- matchString
- Type: System String
a string contained in window caption
See Also