MessageSessionAsyncHandler Class

Definition

Represents the asynchronous handler associated with the message session.

public abstract class MessageSessionAsyncHandler : Microsoft.ServiceBus.Messaging.IMessageSessionAsyncHandler
type MessageSessionAsyncHandler = class
    interface IMessageSessionAsyncHandler
Public MustInherit Class MessageSessionAsyncHandler
Implements IMessageSessionAsyncHandler
Inheritance
MessageSessionAsyncHandler
Implements

Constructors

MessageSessionAsyncHandler()

Methods

OnCloseSessionAsync(MessageSession)

Raises an event that occurs when the session has been asynchronously closed.

OnMessageAsync(MessageSession, BrokeredMessage)

Represents an event that occurs when the session has a brokered message.

OnSessionLostAsync(Exception)

Raises an event that occurs when the session has been lost.

Explicit Interface Implementations

IMessageSessionAsyncHandler.OnCloseSessionAsync(MessageSession)

Raises an event that occurs when the session has been asynchronously closed.

IMessageSessionAsyncHandler.OnMessageAsync(MessageSession, BrokeredMessage)

Represents an event that occurs when the session has a brokered message.

IMessageSessionAsyncHandler.OnSessionLostAsync(Exception)

Raises an event that occurs when the session has been lost.

Applies to