Initializes a new instance of the
EventPoint class
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public EventPoint(
string tag,
string displayName
) |
Visual Basic |
---|
Public Sub New ( _
tag As String, _
displayName As String _
) |
JScript |
---|
public function EventPoint(
tag : String,
displayName : String
) |
Parameters
- tag
- Type: System..::..String
The tag of this EventPoint
- displayName
- Type: System..::..String
The human readable name of this EventPoint
See Also