ProcessSessionMessageEventArgs.SessionLockLostAsync イベント

定義

セッション ロックが失われたときに発生するイベント。 このイベントは、プロセス セッション メッセージ ハンドラーのスコープに対してのみ発生します。 ハンドラーが戻ると、イベントは発生しません。 このイベントを発生できるケースは 2 つあります。

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

イベントの種類

適用対象