Checks if an event point is connected or not

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.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

See Also