Méthode | Description | |
---|---|---|
AddDatabase ( IToServerDatabaseSettings databaseConfig ) : void | ||
AddDatabase ( ServerDatabaseSettings databaseConfig ) : void |
Adds a database to the server
|
|
AddSocketListener ( SnapSocketListenerSettings socketSettings ) : void |
Adds the socket interface to the database
|
|
GetFullStatus ( StringBuilder status ) : void |
Gets the status of the server.
|
|
RemoveDatabase ( string database ) : void |
Unloads the database name.
|
|
SnapServer ( ) : System |
Creates an empty server instance
|
|
SnapServer ( IToServerDatabaseSettings settings ) : System |
Creates a new instance of SnapServer and adds the supplied database
|
|
SnapServer ( IToServerSettings settings ) : System |
Creates a new instance of SnapServer
|
|
UnloadSocket ( |
Unloads the specified socket interface.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the SnapServer object and optionally releases the managed resources.
|
Méthode | Description | |
---|---|---|
Contains ( string databaseName ) : bool |
Determines if databaseName is contained in the database.
|
|
GetDatabase ( string databaseName ) : SnapServerDatabaseBase |
Gets the database that matches databaseName
|
|
GetDatabaseInfo ( ) : List |
Gets basic information for every database connected to the server.
|
|
RegisterClient ( Client client ) : void |
Registers a client with the server host.
|
|
UnRegisterClient ( Client client ) : void |
UnRegisters a client with the server host.
|
public AddDatabase ( IToServerDatabaseSettings databaseConfig ) : void | ||
databaseConfig | IToServerDatabaseSettings | |
Résultat | void |
public AddDatabase ( ServerDatabaseSettings databaseConfig ) : void | ||
databaseConfig | ServerDatabaseSettings | |
Résultat | void |
public AddSocketListener ( SnapSocketListenerSettings socketSettings ) : void | ||
socketSettings | SnapSocketListenerSettings | the config data for the socket listener |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
public GetFullStatus ( StringBuilder status ) : void | ||
status | StringBuilder | |
Résultat | void |
public RemoveDatabase ( string database ) : void | ||
database | string | |
Résultat | void |
public SnapServer ( IToServerDatabaseSettings settings ) : System | ||
settings | IToServerDatabaseSettings | |
Résultat | System |
public SnapServer ( IToServerSettings settings ) : System | ||
settings | IToServerSettings | |
Résultat | System |
public UnloadSocket ( |
||
socketEndpoint | ||
Résultat | void |