C# Class Schumix.Framework.SchumixBase

Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Properties

Property Type Description
PidFile string
STime bool
ServerIdentify string
ThreadStop bool

Public Methods

Method Description
GetGuid ( ) : System.Guid

Gets the GUID.

ListenerDisconnect ( ) : void
Quit ( bool Reconnect = true ) : void
SchumixBase ( ) : System
ServerDisconnect ( bool Reconnect = true ) : void
SqlInfoReConfig ( ) : void

Private Methods

Method Description
IsAllChannelFunction ( int ServerId ) : void
IsAllSchumixFunction ( int ServerId, string ServerName ) : void
NewServerSqlData ( int ServerId, string ServerName ) : void

Method Details

GetGuid() public static method

Gets the GUID.
public static GetGuid ( ) : System.Guid
return System.Guid

ListenerDisconnect() public static method

public static ListenerDisconnect ( ) : void
return void

Quit() public static method

public static Quit ( bool Reconnect = true ) : void
Reconnect bool
return void

SchumixBase() public method

public SchumixBase ( ) : System
return System

ServerDisconnect() public static method

public static ServerDisconnect ( bool Reconnect = true ) : void
Reconnect bool
return void

SqlInfoReConfig() public static method

public static SqlInfoReConfig ( ) : void
return void

Property Details

PidFile public static property

public static string PidFile
return string

STime public static property

public static bool STime
return bool

ServerIdentify public static property

public static string ServerIdentify
return string

ThreadStop public static property

public static bool ThreadStop
return bool