ServiceStateReplyRemoteProcedure Method
Reply to a Remote Procedure Called by another User.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
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.