Show / Hide Table of Contents

    Class PetabridgeCmdOptions

    Designed to work alongside Microsoft.Extensions.Configuration and Akka.Hosting support for Petabridge.Cmd.

    Inheritance
    System.Object
    PetabridgeCmdOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Petabridge.Cmd.Host
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class PetabridgeCmdOptions

    Properties

    Host

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

    Port

    Declaration
    public int? Port { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Back to top Generated by DocFX