ServiceBusOptions.SessionInitializingAsync Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)