Type: BCS.Sym3.IMTagSubscriptionManager
Tag Subscription Manager
Methods
GoingOnline(System.Boolean)
bring live value manager online
- Parameters:
- online:
SetTagValue(System.Int32,System.Int32,System.Object)
set tag value
- Parameters:
- tagHandle:
- subscriptionHandle:
- value:
SetTagValue(System.String,System.Object)
set tag value
- Parameters:
- tagName:
- value:
Subscribe(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.UInt16})
subscribe multiple tags
- Parameters:
- tagNames:
- updateRates:
Subscribe(System.String,System.UInt16)
subscribe single tag
- Parameters:
- tagName:
- updateRate:
Unsubscribe(System.Collections.Generic.List{BCS.Sym3.TagSubscriber})
unsubscribe multiple tags
- Parameters:
- tagSubscriptions:
Unsubscribe(System.Int32,System.Int32)
unsubscribe single tag
- Parameters:
- tagHandle:
- subscriptionHandle: