Click or drag to resize

ProtocolExecuteCall Method

Invoke the correct RPC controller/method with the payload. Also handles return values when needed

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected void ExecuteCall(
	PayloadInformation payloadInformation
)

Parameters

payloadInformation
Type: Crosser.Server.Modules.ProtocolPayloadInformation
Information about the RPC call. Contains method, payload, callback etc. PayloadInformation
See Also