Initializes a new instance of the HandlePersistGatewayEventArgs class.

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

Syntax

C#
public HandlePersistGatewayEventArgs(
	uint gatewayID
)
Visual Basic
Public Sub New ( 
	gatewayID As UInteger
)
Visual C++
public:
HandlePersistGatewayEventArgs(
	unsigned int gatewayID
)
F#
new : 
        gatewayID : uint32 -> HandlePersistGatewayEventArgs

Parameters

gatewayID
Type: System..::..UInt32
Numeric identifier of gateway that has been modified.

See Also