C# Class Schumix.Framework.SchumixBase

ファイルを表示 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_oe static_oe property

public static string PidFile
return string

STime public_oe static_oe property

public static bool STime
return bool

ServerIdentify public_oe static_oe property

public static string ServerIdentify
return string

ThreadStop public_oe static_oe property

public static bool ThreadStop
return bool