Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The SessionPublishQueue type exposes the following members.

Constructors

  NameDescription
Public methodSessionPublishQueue
Creates a new queue.

Methods

  NameDescription
Public methodAcknowledge
Processes acknowledgements for previously published messages.
Public methodAdd
Adds a subscription from the publish queue.
Public methodClose
Clears the queues because the session is closing.
Public methodCompletePublish
Completes the publish.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish
Returns a subscription that is ready to publish.
Public methodPublishCompleted
Adds a subscription back into the queue because it has more notifications to publish.
Public methodPublishTimerExpired
Checks the state of the subscriptions.
Public methodRemove
Removes a subscription from the publish queue.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also