Show / Hide Table of Contents

Class RpcResponse

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

Constructors

RpcResponse(String, String)

Declaration
public RpcResponse(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

Rpc
Back to top Copyright © 2018 RevelDigital
Generated by DocFX