Class ServiceBusContext
Context information for the service bus trigger
Inheritance
System.Object
ServiceBusContext
Namespace: FunctionMonkey.Abstractions.Contexts
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class ServiceBusContext : object
Properties
| Improve this Doc View SourceDeliveryCount
The number of times the message has been delivered
Declaration
public int DeliveryCount { get; set; }
Property Value
Type | Description |
---|---|
System. |
EnqueuedTimeUTc
The date and time the message was enqueued
Declaration
public DateTime EnqueuedTimeUTc { get; set; }
Property Value
Type | Description |
---|---|
Date |
LockToken
The lock token of the message
Declaration
public string LockToken { get; set; }
Property Value
Type | Description |
---|---|
System. |
MessageId
The ID of the message
Declaration
public string MessageId { get; set; }
Property Value
Type | Description |
---|---|
System. |