次の方法で共有


ServiceBusOptions.SessionInitializingAsync プロパティ

定義

新しいセッションが処理されるときに通知されるように設定できるオプションのハンドラー。

public Func<Azure.Messaging.ServiceBus.ProcessSessionEventArgs,System.Threading.Tasks.Task> SessionInitializingAsync { get; set; }
member this.SessionInitializingAsync : Func<Azure.Messaging.ServiceBus.ProcessSessionEventArgs, System.Threading.Tasks.Task> with get, set
Public Property SessionInitializingAsync As Func(Of ProcessSessionEventArgs, Task)

プロパティ値

適用対象