Show / Hide Table of Contents

Class GatewayOptions

Inheritance
object
GatewayOptions
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 GatewayOptions

Properties

View Source

V1NonRetail

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

V1Retail

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