Click or drag to resize

PayloadInformation Constructor (ControllerDelegate)

Ctor for method without callback and without payload

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

Parameters

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