Class RpcCall
Inheritance
System.Object
RpcCall
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