PingAcknowledgeEvent Constructor C# API
Create a new PingAcknowledgeEvent

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public PingAcknowledgeEvent(
	string pingInfo,
	int roundTripTime
)

Parameters

pingInfo
Type: System String
Ping information
roundTripTime
Type: System Int32
The round trip time to the server
See Also