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

A pending request to the host process that is awaiting response.
Exibir arquivo 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_oe property

public ulong Id
return ulong

Json public_oe property

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

MessageName public_oe property

public string MessageName
return string