QueueClient.RegisterSessionHandler 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
RegisterSessionHandler(Type, SessionHandlerOptions) |
Registers the session handler with specific type and handler options. |
RegisterSessionHandler(Type) |
Registers the session handler with specific type. |
RegisterSessionHandler(Type, SessionHandlerOptions)
Registers the session handler with specific type and handler options.
public void RegisterSessionHandler (Type handlerType, Microsoft.ServiceBus.Messaging.SessionHandlerOptions options);
member this.RegisterSessionHandler : Type * Microsoft.ServiceBus.Messaging.SessionHandlerOptions -> unit
Public Sub RegisterSessionHandler (handlerType As Type, options As SessionHandlerOptions)
Parameters
- handlerType
- Type
The handler type.
- options
- SessionHandlerOptions
The session handler options.
Applies to
RegisterSessionHandler(Type)
Registers the session handler with specific type.
public void RegisterSessionHandler (Type handlerType);
member this.RegisterSessionHandler : Type -> unit
Public Sub RegisterSessionHandler (handlerType As Type)
Parameters
- handlerType
- Type
The handler type.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.