Wait for a particular CitrixEvent to occur
            
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.8.37
Syntax
public void WaitForEvent( CitrixEventType citrixEventType, string matchString, WindowCaptionMatchType matchType, int timeout )
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
- timeout
- Type: System Int32
 the timeout in millisecnds
See Also