This topic has not yet been rated - Rate this topic

SubscriptionClient.AcceptMessageSession Method

Accepts a message session that allows grouping of related messages for processing in a single transaction.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method AcceptMessageSession() Accepts a message session that allows grouping of related messages for processing in a single transaction.
Public method AcceptMessageSession(String) Accepts a message session that allows grouping of related messages for processing in a single transaction using the given session identifier.
Public method AcceptMessageSession(TimeSpan) Accepts a message session that allows grouping of related messages for processing in a single transaction using the specified server wait time.
Public method AcceptMessageSession(String, TimeSpan) Accepts a message session that allows grouping of related messages for processing in a single transaction using the given session identifier and wait time.
Top
Exception Condition
TimeoutException

Thrown if the operation exceeded the timeout value set via OperationTimeout.

ObjectDisposedException

Thrown if the client is already closed, aborted, or disposed.

Did you find this helpful?
(1500 characters remaining)