Method | Description | |
---|---|---|
CollectServerStatus ( StatusInfoCollection nodeStatus ) : StatusInfoCollection | ||
ProcessAppServer ( string serverTypeName, SuperSocket.SocketBase.Metadata.AppServerMetadata serverMetadata ) : System |
Initializes a new instance of the ProcessAppServer class.
|
|
Setup ( IBootstrap bootstrap, IServerConfig config ) : bool |
Method | Description | |
---|---|---|
OnStopped ( ) : void | ||
Start ( ) : IManagedAppBase | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
GetRemoteServer ( string remoteUri ) : IRemoteManagedApp | ||
ShutdownProcess ( ) : void | ||
m_WorkingProcess_ErrorDataReceived ( object sender, |
||
m_WorkingProcess_Exited ( object sender, |
||
m_WorkingProcess_OutputDataReceived ( object sender, |
public CollectServerStatus ( StatusInfoCollection nodeStatus ) : StatusInfoCollection | ||
nodeStatus | StatusInfoCollection | |
return | StatusInfoCollection |
public ProcessAppServer ( string serverTypeName, SuperSocket.SocketBase.Metadata.AppServerMetadata serverMetadata ) : System | ||
serverTypeName | string | Name of the server type. |
serverMetadata | SuperSocket.SocketBase.Metadata.AppServerMetadata | The server metadata. |
return | System |
public Setup ( IBootstrap bootstrap, IServerConfig config ) : bool | ||
bootstrap | IBootstrap | |
config | IServerConfig | |
return | bool |