QueueClient.RegisterSessionHandler Method

Definition

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