Show / Hide Table of Contents

Class RpcCall

Inheritance
System.Object
RpcCall
Implements
Rpc
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public class RpcCall : Rpc

Constructors

RpcCall(String)

Declaration
public RpcCall(string method)
Parameters
Type Name Description
System.String method

Properties

Args

Declaration
public object[] Args { get; set; }
Property Value
Type Description
System.Object[]

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
System.String

Method

Declaration
public string Method { get; set; }
Property Value
Type Description
System.String

Implements

Rpc
Back to top Copyright © 2018 RevelDigital
Generated by DocFX