Wait for the given event to occur
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
public void WaitForEvent( CitrixEvent citrixEvent, int timeout, WindowCaptionMatchType matchType )
Parameters
- citrixEvent
- Type: Facilita.Fc.Citrix CitrixEvent
The event to wait for
- timeout
- Type: System Int32
Timeout in millisecnds
- matchType
- Type: Facilita.Fc.Citrix WindowCaptionMatchType
Equals, Contains, StartWith, EndsWith
See Also