Share via


ServiceBusOptions.SessionInitializingAsync Property

Definition

Optional handler that can be set to be notified when a new session is about to be processed.

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)

Property Value

Applies to