C# 클래스 Microsoft.R.Host.Client.RHost.Request

A pending request to the host process that is awaiting response.
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 프로퍼티들

프로퍼티 타입 설명
Id ulong
Json Newtonsoft.Json.Linq.JArray
MessageName string

공개 메소드들

메소드 설명
Handle ( RHost host, Message response ) : void

보호된 메소드들

메소드 설명
Request ( RHost host, Message message ) : System

메소드 상세

Handle() 공개 추상적인 메소드

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

Request() 보호된 메소드

protected Request ( RHost host, Message message ) : System
host RHost
message Message
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public ulong Id
리턴 ulong

Json 공개적으로 프로퍼티

public JArray,Newtonsoft.Json.Linq Json
리턴 Newtonsoft.Json.Linq.JArray

MessageName 공개적으로 프로퍼티

public string MessageName
리턴 string