你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueueClient.RegisterSessionHandler 方法

定义

重载

RegisterSessionHandler(Type, SessionHandlerOptions)

使用特定类型和处理程序选项注册会话处理程序。

RegisterSessionHandler(Type)

向特定类型注册会话处理程序。

RegisterSessionHandler(Type, SessionHandlerOptions)

使用特定类型和处理程序选项注册会话处理程序。

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)

参数

handlerType
Type

处理程序类型。

options
SessionHandlerOptions

会话处理程序选项。

适用于

RegisterSessionHandler(Type)

向特定类型注册会话处理程序。

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

参数

handlerType
Type

处理程序类型。

适用于