Class RpcResponseEventArgs
Inheritance
System.Object
RpcResponseEventArgs
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class RpcResponseEventArgs : Rpc
Constructors
RpcResponseEventArgs(String, String)
Declaration
public RpcResponseEventArgs(string method, string correlationId)
Parameters
Type |
Name |
Description |
System.String |
method |
|
System.String |
correlationId |
|
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
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