MessagingFactory.AcceptMessageSessionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AcceptMessageSessionAsync() |
Asynchronously returns available sessions across all session-enabled subscriptions and queues in the service namespace. |
AcceptMessageSessionAsync(TimeSpan) |
Asynchronously returns available sessions across all session-enabled subscriptions and queues in the service namespace. |
AcceptMessageSessionAsync()
Asynchronously returns available sessions across all session-enabled subscriptions and queues in the service namespace.
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.MessageSession> AcceptMessageSessionAsync ();
member this.AcceptMessageSessionAsync : unit -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.MessageSession>
Public Function AcceptMessageSessionAsync () As Task(Of MessageSession)
Returns
A task instance that represents the asynchronous operation for accept message session.
Applies to
AcceptMessageSessionAsync(TimeSpan)
Asynchronously returns available sessions across all session-enabled subscriptions and queues in the service namespace.
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.MessageSession> AcceptMessageSessionAsync (TimeSpan serverWaitTime);
member this.AcceptMessageSessionAsync : TimeSpan -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.MessageSession>
Public Function AcceptMessageSessionAsync (serverWaitTime As TimeSpan) As Task(Of MessageSession)
Parameters
- serverWaitTime
- TimeSpan
The processing time out.
Returns
A task instance that represents the asynchronous operation for accept message session.
Applies to
Azure SDK for .NET