Click or drag to resize

PayloadInformation Constructor (ControllerDelegate, Byte)

Ctor for method with payload, but without callback

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public PayloadInformation(
	ControllerDelegate controllerDelegate,
	byte[] payload
)

Parameters

controllerDelegate
Type: Crosser.Common.ServerControllerDelegate
The ControllerDelegate representing the method to call
payload
Type: SystemByte
The payload to pass to the method
See Also