Share via


QueueClient.RegisterSessionHandler Método

Definição

Sobrecargas

RegisterSessionHandler(Type, SessionHandlerOptions)

Registra o manipulador de sessão com opções específicas de tipo e manipulador.

RegisterSessionHandler(Type)

Registra o manipulador de sessão com um tipo específico.

RegisterSessionHandler(Type, SessionHandlerOptions)

Registra o manipulador de sessão com opções específicas de tipo e manipulador.

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)

Parâmetros

handlerType
Type

O tipo de manipulador.

options
SessionHandlerOptions

As opções do manipulador de sessão.

Aplica-se a

RegisterSessionHandler(Type)

Registra o manipulador de sessão com um tipo específico.

public void RegisterSessionHandler (Type handlerType);
member this.RegisterSessionHandler : Type -> unit
Public Sub RegisterSessionHandler (handlerType As Type)

Parâmetros

handlerType
Type

O tipo de manipulador.

Aplica-se a