Access to the object instances used by the server. Returns null if gatewayID does not belong to any of the registered gateways.

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

Syntax

C#
public Gateway FindGateway(
	uint gatewayID
)
Visual Basic
Public Function FindGateway ( 
	gatewayID As UInteger
) As Gateway
Visual C++
public:
Gateway^ FindGateway(
	unsigned int gatewayID
)
F#
member FindGateway : 
        gatewayID : uint32 -> Gateway 

Parameters

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

Return Value

Type: Gateway
The gateway object stored in memory

See Also