Show / Hide Table of Contents

Class QueueConnection

Inheritance
object
QueueConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Gateway
Assembly: CrashCABN.Gateway.Abstractions.dll
Syntax
public sealed class QueueConnection

Properties

View Source

QueueName

Declaration
[Required]
public string QueueName { get; set; }
Property Value
Type Description
string
View Source

StorageAccountName

Declaration
[Required]
public string StorageAccountName { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX