Click or drag to resize

PayloadInformation Constructor (ControllerDelegate, Byte, Byte, Byte, Byte)

Ctor for method with payload and 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,
	byte[] callbackController,
	byte[] calbackMethod,
	byte[] callbackId
)

Parameters

controllerDelegate
Type: Crosser.Common.ServerControllerDelegate
The ControllerDelegate representing the method to call
payload
Type: SystemByte
The payload to pass to the method
callbackController
Type: SystemByte
The controller to call in the callback
calbackMethod
Type: SystemByte
The method to call in the callback
callbackId
Type: SystemByte
The callback-id to use in the callback
See Also