Share via


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

ハンドラーの型。

適用対象