C# Class Microsoft.R.Host.Client.RHost.Request

A pending request to the host process that is awaiting response.
Show file Open project: Microsoft/RTVS

Public Properties

Property Type Description
Id ulong
Json Newtonsoft.Json.Linq.JArray
MessageName string

Public Methods

Method Description
Handle ( RHost host, Message response ) : void

Protected Methods

Method Description
Request ( RHost host, Message message ) : System

Method Details

Handle() public abstract method

public abstract Handle ( RHost host, Message response ) : void
host RHost
response Message
return void

Request() protected method

protected Request ( RHost host, Message message ) : System
host RHost
message Message
return System

Property Details

Id public property

public ulong Id
return ulong

Json public property

public JArray,Newtonsoft.Json.Linq Json
return Newtonsoft.Json.Linq.JArray

MessageName public property

public string MessageName
return string