Removes the gateway from the servers list of valid objects

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RemoveGateway(
	uint gatewayID
)
Visual Basic
Public Sub RemoveGateway ( 
	gatewayID As UInteger
)
Visual C++
public:
void RemoveGateway(
	unsigned int gatewayID
)
F#
member RemoveGateway : 
        gatewayID : uint32 -> unit 

Parameters

gatewayID
Type: System..::..UInt32
Numeric identifier of the gateway object.

See Also