Checks if a server is connected or not. The point name is the name of an EventPoint specified in the AlarmSubscription subscribed by this grid.

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsServerConnected(
	string pointName
)
Visual Basic
Public Function IsServerConnected ( _
	pointName As String _
) As Boolean
JScript
public function IsServerConnected(
	pointName : String
) : boolean

Parameters

pointName
Type: System..::..String

Return Value

True if the server is connected, false otherwise

See Also