Method | Description | |
---|---|---|
CreateStump ( |
Creates a new Stump.
|
|
DeleteStump ( string stumpId ) : void |
Deletes an existing stump.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FindAllContracts ( ) : IList |
Finds a list of all Stump contracts.
|
|
FindStump ( string stumpId ) : |
Finds an existing stump. A |
|
Shutdown ( ) : void |
Stops this instance of the Stumps server.
|
|
Start ( ) : void |
Starts this instance of the Stumps server.
|
|
StumpNameExists ( string stumpName ) : bool |
Determines if a stump with the specified name exists.
|
|
StumpsServerInstance ( IServerFactory serverFactory, string serverId, IDataAccess dataAccess ) : System |
Initializes a new instance of the T:Stumps.Server.StumpsServerInstance class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
InitializeServer ( ) : void |
Initializes the Stumps server controlled by this instance.
|
|
InitializeStumps ( ) : void |
Initializes the Stumps for the server.
|
|
UnwrapAndAddStump ( |
Loads a stump from a specified T:Stumps.Server.StumpContract.
|
public CreateStump ( |
||
contract | The contract used to create the Stump. | |
return |
public DeleteStump ( string stumpId ) : void | ||
stumpId | string | The unique identifier for the Stump. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public FindStump ( string stumpId ) : |
||
stumpId | string | The unique identifier for the Stump. |
return |
public StumpNameExists ( string stumpName ) : bool | ||
stumpName | string | The name of the stump. |
return | bool |
public StumpsServerInstance ( IServerFactory serverFactory, string serverId, IDataAccess dataAccess ) : System | ||
serverFactory | IServerFactory | The factory used to initialize new server instances. |
serverId | string | The unique identifier of the Stumps server. |
dataAccess | IDataAccess | The data access provider used by the instance. |
return | System |