Sets a new
AlarmSubscription for this
AwxView.
The subscription is used to connect to the Alarm Server that sends the alarms.
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetSubscription(
string subscriptionKey
) |
Visual Basic |
---|
Public Sub SetSubscription ( _
subscriptionKey As String _
) |
JScript |
---|
public function SetSubscription(
subscriptionKey : String
) |
Parameters
- subscriptionKey
- Type: System..::..String
The key of the AlarmSubscription used to connect the AwxView to the server
See Also