Access to the object instances used by the server. Returns null if gatewayID does not belong to any of the registered gateways.
Namespace: Monnit.MineAssembly: 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
|
Return Value
Type:
GatewayThe gateway object stored in memory
See Also