Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The Subscription type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Subscription |
Initializes the object.
|
Methods
| Name | Description | |
|---|---|---|
| Acknowledge |
Removes a message from the message queue.
| |
| ConditionRefresh |
Refreshes the conditions.
| |
| CreateMonitoredItems |
Adds monitored items to a subscription.
| |
| Delete |
Deletes the subscription.
| |
| DeleteMonitoredItems |
Deletes the monitored items in a subscription.
| |
| 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.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ItemNotificationsAvailable |
Tells the subscription that notifications are available but the item is not ready to publish.
| |
| ItemReadyToPublish |
Queues an item that is ready to publish.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Modify |
Updates the publishing parameters for the subscription.
| |
| ModifyMonitoredItems |
Modifies monitored items in a subscription.
| |
| Publish |
Returns all available notifications.
| |
| PublishTimeout |
Publishes a timeout status message.
| |
| PublishTimerExpired |
Checks if the subscription is ready to publish.
| |
| Republish |
Returns a cached notification message.
| |
| SessionClosed |
Tells the subscription that the owning session is being closed.
| |
| SetMonitoringMode |
Changes the monitoring mode for a set of items.
| |
| SetPublishingMode |
Enables/disables publishing for the subscription.
| |
| ToString | (Inherited from Object.) | |
| ValidateConditionRefresh |
Verifies that a condition refresh operation is permitted.
|
Properties
| Name | Description | |
|---|---|---|
| Diagnostics |
Gets the current diagnostics for the subscription.
| |
| DiagnosticsLock |
Gets the lock that must be acquired before accessing the contents of the Diagnostics property.
| |
| Id |
The unique identifier assigned to the subscription.
| |
| MonitoredItemCount |
The number of monitored items.
| |
| Priority |
The priority assigned to the subscription.
| |
| PublishingInterval |
The publishing rate for the subscription.
| |
| Session |
The session that owns the monitored item.
| |
| SessionId |
The identifier for the session that owns the subscription.
|