Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The SubscriptionManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubscriptionManager |
Initializes the manager with its configuration.
|
Methods
| Name | Description | |
|---|---|---|
| CalculateKeepAliveCount |
Calculates the keep alive count.
| |
| CalculateLifetimeCount |
Calculates the lifetime count.
| |
| CalculateMaxNotificationsPerPublish |
Calculates the maximum number of notifications per publish.
| |
| CalculatePublishingInterval |
Calculates the publishing interval.
| |
| CompletePublish |
Completes the publish.
| |
| ConditionRefresh |
Refreshes the conditions for the specified subscription.
| |
| CreateMonitoredItems |
Adds monitored items to a subscription.
| |
| CreateSubscription(OperationContext, UInt32, Double, UInt32, UInt32, UInt32, Byte, Boolean) |
Creates a new instance of a subscription.
| |
| CreateSubscription(OperationContext, Double, UInt32, UInt32, UInt32, Boolean, Byte, UInt32%, Double%, UInt32%, UInt32%) |
Creates a new subscription.
| |
| DeleteMonitoredItems |
Deletes the monitored items in a subscription.
| |
| DeleteSubscription |
Deletes the specified subscription.
| |
| DeleteSubscriptions |
Deletes group of subscriptions.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetNextMessage |
Publishes a subscription.
| |
| GetSubscriptions |
Returns all of the subscriptions known to the subscription manager.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ModifyMonitoredItems |
Modifies monitored items in a subscription.
| |
| ModifySubscription |
Modifies an existing subscription.
| |
| Publish |
Publishes a subscription.
| |
| RaiseSubscriptionEvent |
Raises an event related to a subscription.
| |
| Republish |
Republishes a previously published notification message.
| |
| SessionClosing |
Signals that a session is closing.
| |
| SetMonitoringMode |
Changes the monitoring mode for a set of items.
| |
| SetPublishingMode |
Sets the publishing mode for a set of subscriptions.
| |
| Shutdown |
Closes all subscriptions and rejects any new requests.
| |
| Startup |
Starts up the manager makes it ready to create subscriptions.
| |
| ToString | (Inherited from Object.) | |
| TransferSubscriptions |
Attaches a groups a subscriptions to a different sesssion.
|
Events
| Name | Description | |
|---|---|---|
| SubscriptionCreated |
Raised after a new subscription is created.
| |
| SubscriptionDeleted |
Raised before a subscription is deleted.
|