Class ReportingConsole
Inheritance
System.Object
ReportingConsole
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vortex.Adapters.Connector.Tc3
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
static class ReportingConsole
Properties
UpdateStartUpInfo
Declaration
public static ReportingConsole.UpdateStartUpDelegate UpdateStartUpInfo { get; set; }
Property Value
Type | Description |
---|---|
ReportingConsole.UpdateStartUpDelegate |
Methods
AllocConsole()
Declaration
static void AllocConsole()
FreeConsole()
Declaration
static void FreeConsole()
SetConsoleMode()
Declaration
static void SetConsoleMode()
Start(String)
Declaration
public static void Start(string identifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier |
Stop()
Declaration
public static void Stop()