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