MessageSessionAsyncHandler Class
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.
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
Azure SDK for .NET