Click or drag to resize

ProtocolExecuteCallSynchronously Method

Invoke the correct RPC controller/method with the payload. Also handles return values when needed Will execute 1 operation at the time. Other operations will wait. This will be executed when the IController or the method being invoked is decorated with the RunSynchronouslyAttribute

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

Parameters

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

Return Value

Type: Task
Task
See Also