Table of Contents

Class CommandLineArguments

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class CommandLineArguments
Inheritance
CommandLineArguments

Constructors

CommandLineArguments(string[])

public CommandLineArguments(string[] args = null)

Parameters

args string[]

Properties

ApiPort

public ushort ApiPort { get; }

Property Value

ushort

Args

public Dictionary<string, string> Args { get; }

Property Value

Dictionary<string, string>

AuthToken

public string AuthToken { get; }

Property Value

string

GamePort

public ushort GamePort { get; }

Property Value

ushort

Id

public string Id { get; }

Property Value

string

KV

public Dictionary<string, string> KV { get; }

Property Value

Dictionary<string, string>

PlayApiEndpoint

public string PlayApiEndpoint { get; }

Property Value

string

Region

public string Region { get; }

Property Value

string

StateFile

public string StateFile { get; }

Property Value

string

Tag

public string Tag { get; }

Property Value

string