EasyUA Reference
SubscriptionTemplate Class Members
See Also  Fields  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : SubscriptionTemplate Class

Glossary Item Box

The following tables list the members exposed by SubscriptionTemplate.

Public Constructors

Public Fields

 NameDescription
Public FieldenabledA Boolean parameter with the following values: TRUE publishing is enabled for the Subscription. FALSE publishing is disabled for the Subscription.
The value of this parameter does not affect the value of the monitoring mode Attribute of MonitoredItems.  
Public FieldkeepAliveCountRequested maximum keep-alive count. When the publishing timer has expired this number of times without requiring any NotificationMessage to be sent, the Subscription sends a keep-alive Message to the Client.
The negotiated value for this parameter is returned in the response.
If the requested value is 0, the server shall revise with the smallest supported keep-alive count.  
Public FieldlifetimeCount Requested lifetime count (see 7.5 for Counter definition). The lifetime count shall be a minimum of three times the keep-alive count. When the publishing timer has expired this number of times without a Publish request being available to send a NotificationMessage, then the Subscription shall be deleted by the Server.  
Public Fieldname Name of the subscription instance  
Public Fieldpriority Indicates the relative priority of the Subscription. When more than one Subscription needs to send Notifications, the Server should de-queue a Publish request to the Subscription with the highest priority number. For Subscriptions with equal priority the Server should de-queue Publish requests in a round-robin fashion. A Client that does not require special priority settings should set this value to zero.  
Public FieldpublishingIntervalThis interval defines the cyclic rate that the Subscription is being requested to return Notifications to the Client. This interval is expressed in milliseconds. This interval is represented by the publishing timer in the Subscription state table. The negotiated value for this parameter returned in the response is used as the default sampling interval for MonitoredItems assigned to this Subscription.
If the requested value is 0 or negative, the server shall revise with the fastest supported publishing interval.  
Public Fieldsubscription The subscription object  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.