ServiceBusSessionProcessor.SessionClosingAsync イベント

定義

セッションが処理のために閉じようとしているときに通知されるように設定できるオプションのハンドラー。 これは、最新 ReceiveMessageAsync(Nullable<TimeSpan>, CancellationToken) の呼び出しがタイムアウトしたか、 ReleaseSession() ハンドラーで ProcessMessageAsync 呼び出されたことを意味します。

public event Func<Azure.Messaging.ServiceBus.ProcessSessionEventArgs,System.Threading.Tasks.Task> SessionClosingAsync;
member this.SessionClosingAsync : Func<Azure.Messaging.ServiceBus.ProcessSessionEventArgs, System.Threading.Tasks.Task> 
Public Custom Event SessionClosingAsync As Func(Of ProcessSessionEventArgs, Task) 

イベントの種類

注釈

プロセッサの状態は、このハンドラー内から直接管理することはお勧めしません。プロセッサの起動または停止を要求すると、デッドロック シナリオが発生する可能性があります。

適用対象