PayloadInformation Constructor (ControllerDelegate, Byte, Byte, Byte) |
Ctor for method with callback, but without payload
Namespace:
Crosser.Server.Modules.Protocol
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax public PayloadInformation(
ControllerDelegate controllerDelegate,
byte[] callbackController,
byte[] calbackMethod,
byte[] callbackId
)
Parameters
- controllerDelegate
- Type: Crosser.Common.ServerControllerDelegate
The ControllerDelegate representing the method to call - 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