Click or drag to resize

ProtocolGetControllerDelegate Method

Creates a ControllerDelegate to use when calling the controller/method

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected ControllerDelegate GetControllerDelegate(
	IControllerEventInfo cei,
	IAuthorization authModule,
	IController ctrlInstance
)

Parameters

cei
Type: Crosser.Common.ServerIControllerEventInfo
The IControllerEventInfo that contains metadata about the method to be called
authModule
Type: Crosser.Common.Server.SecurityIAuthorization
The IAuthorization module that will be used to authenticate the call for the client
ctrlInstance
Type: Crosser.Common.ServerIController
The IController instance needed to create the ControllerDelegate

Return Value

Type: ControllerDelegate
A ControllerDelegate with detailed information about how to execute the call
See Also