C# Class Schumix.Framework.SchumixBase

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Свойство Type Description
PidFile string
STime bool
ServerIdentify string
ThreadStop bool

Méthodes publiques

Méthode 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

Méthode Description
IsAllChannelFunction ( int ServerId ) : void
IsAllSchumixFunction ( int ServerId, string ServerName ) : void
NewServerSqlData ( int ServerId, string ServerName ) : void

Method Details

GetGuid() public static méthode

Gets the GUID.
public static GetGuid ( ) : System.Guid
Résultat System.Guid

ListenerDisconnect() public static méthode

public static ListenerDisconnect ( ) : void
Résultat void

Quit() public static méthode

public static Quit ( bool Reconnect = true ) : void
Reconnect bool
Résultat void

SchumixBase() public méthode

public SchumixBase ( ) : System
Résultat System

ServerDisconnect() public static méthode

public static ServerDisconnect ( bool Reconnect = true ) : void
Reconnect bool
Résultat void

SqlInfoReConfig() public static méthode

public static SqlInfoReConfig ( ) : void
Résultat void

Property Details

PidFile public_oe static_oe property

public static string PidFile
Résultat string

STime public_oe static_oe property

public static bool STime
Résultat bool

ServerIdentify public_oe static_oe property

public static string ServerIdentify
Résultat string

ThreadStop public_oe static_oe property

public static bool ThreadStop
Résultat bool