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

A pending request to the host process that is awaiting response.
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Свойство Type Description
Id ulong
Json Newtonsoft.Json.Linq.JArray
MessageName string

Méthodes publiques

Méthode Description
Handle ( RHost host, Message response ) : void

Méthodes protégées

Méthode Description
Request ( RHost host, Message message ) : System

Method Details

Handle() public abstract méthode

public abstract Handle ( RHost host, Message response ) : void
host RHost
response Message
Résultat void

Request() protected méthode

protected Request ( RHost host, Message message ) : System
host RHost
message Message
Résultat System

Property Details

Id public_oe property

public ulong Id
Résultat ulong

Json public_oe property

public JArray,Newtonsoft.Json.Linq Json
Résultat Newtonsoft.Json.Linq.JArray

MessageName public_oe property

public string MessageName
Résultat string