Allows the user to update the data store with information about the gateway from the server
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
bool SaveGateway( Gateway gateway ) |
| Visual Basic |
|---|
Function SaveGateway ( gateway As Gateway ) As Boolean |
| Visual C++ |
|---|
bool SaveGateway( Gateway^ gateway ) |
| F# |
|---|
abstract SaveGateway : gateway : Gateway -> bool |
Parameters
- gateway
- Type: Monnit.Mine..::..Gateway
Monnit.Mine.Gateway or derived object
Return Value
Type: BooleanBoolean value if save was successful