Share via


SessionLockLostEventArgs Constructor

Definition

Constructs a new SessionLockLostEventArgs instance.

public SessionLockLostEventArgs (Azure.Messaging.ServiceBus.ServiceBusReceivedMessage message, DateTimeOffset sessionLockedUntil, Exception exception);
new Azure.Messaging.ServiceBus.SessionLockLostEventArgs : Azure.Messaging.ServiceBus.ServiceBusReceivedMessage * DateTimeOffset * Exception -> Azure.Messaging.ServiceBus.SessionLockLostEventArgs
Public Sub New (message As ServiceBusReceivedMessage, sessionLockedUntil As DateTimeOffset, exception As Exception)

Parameters

message
ServiceBusReceivedMessage

The message that was being processed when the session lock was lost.

sessionLockedUntil
DateTimeOffset

The time that the session lock expires.

exception
Exception

The exception, if any, which led to the event being raised.

Applies to