C# 클래스 Schumix.Framework.SchumixBase

파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PidFile string
STime bool
ServerIdentify string
ThreadStop bool

공개 메소드들

메소드 설명
GetGuid ( ) : System.Guid

Gets the GUID.

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

비공개 메소드들

메소드 설명
IsAllChannelFunction ( int ServerId ) : void
IsAllSchumixFunction ( int ServerId, string ServerName ) : void
NewServerSqlData ( int ServerId, string ServerName ) : void

메소드 상세

GetGuid() 공개 정적인 메소드

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

ListenerDisconnect() 공개 정적인 메소드

public static ListenerDisconnect ( ) : void
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( bool Reconnect = true ) : void
Reconnect bool
리턴 void

SchumixBase() 공개 메소드

public SchumixBase ( ) : System
리턴 System

ServerDisconnect() 공개 정적인 메소드

public static ServerDisconnect ( bool Reconnect = true ) : void
Reconnect bool
리턴 void

SqlInfoReConfig() 공개 정적인 메소드

public static SqlInfoReConfig ( ) : void
리턴 void

프로퍼티 상세

PidFile 공개적으로 정적으로 프로퍼티

public static string PidFile
리턴 string

STime 공개적으로 정적으로 프로퍼티

public static bool STime
리턴 bool

ServerIdentify 공개적으로 정적으로 프로퍼티

public static string ServerIdentify
리턴 string

ThreadStop 공개적으로 정적으로 프로퍼티

public static bool ThreadStop
리턴 bool