ServiceStateReplyRemoteProcedure Method

Reply to a Remote Procedure Called by another User.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public void ReplyRemoteProcedure(
	uint callID,
	ushort result,
	ProcedureParameters parameters = null,
	ISerializable userData = null
)

Parameters

callID  UInt32
The callID of the RPC to reply to.
result  UInt16
The result of the procedure.
parameters  ProcedureParameters  (Optional)
The parameters to be sent with the reply.
userData  ISerializable  (Optional)
Alternative to parameters.

See Also