Show / Hide Table of Contents

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 Source

DeliveryCount

The number of times the message has been delivered

Declaration
public int DeliveryCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

EnqueuedTimeUTc

The date and time the message was enqueued

Declaration
public DateTime EnqueuedTimeUTc { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LockToken

The lock token of the message

Declaration
public string LockToken { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MessageId

The ID of the message

Declaration
public string MessageId { get; set; }
Property Value
Type Description
System.String

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • DeliveryCount
    • EnqueuedTimeUTc
    • LockToken
    • MessageId
  • Extension Methods
Back to top Copyright © 2018 James Randall