Show / Hide Table of Contents

Interface IQueueMessage

Namespace: CrashCABN.DataAccess.Queues
Assembly: CrashCABN.DataAccess.Queues.Abstractions.dll
Syntax
public interface IQueueMessage

Properties

View Source

Id

Declaration
string Id { get; }
Property Value
Type Description
string
View Source

PopReceipt

Declaration
string PopReceipt { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX