C# Class pGina.Service.Impl.ServiceThread

显示文件 Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

Method Description
OnCustomCommand ( ) : System.Boolean
ServiceThread ( ) : System
SessionChange ( int sessionID, SessionChangeReason evnt ) : void
Start ( ) : void
Stop ( ) : void

Method Details

OnCustomCommand() public method

public OnCustomCommand ( ) : System.Boolean
return System.Boolean

ServiceThread() public method

public ServiceThread ( ) : System
return System

SessionChange() public method

public SessionChange ( int sessionID, SessionChangeReason evnt ) : void
sessionID int
evnt SessionChangeReason
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void