CitrixVirtualUserScript WaitForEvent Method (CitrixEvent, Int32, WindowCaptionMatchType)C# API
Wait for the given event to occur

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
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