CitrixVirtualUserScript WaitForEvent Method (CitrixEventType, String, WindowCaptionMatchType, Int32)C# API
Wait for a particular CitrixEvent to occur

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