C# Class Microsoft.R.Host.Client.Session.RSessionInteraction

Inheritance: IRSessionInteraction
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RSessionInteraction ( TaskCompletionSource requestTcs, System.Threading.Tasks.Task responseTask, string prompt, int maxLength, IReadOnlyList contexts ) : System.Collections.Generic
RespondAsync ( string messageText ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RSessionInteraction() public method

public RSessionInteraction ( TaskCompletionSource requestTcs, System.Threading.Tasks.Task responseTask, string prompt, int maxLength, IReadOnlyList contexts ) : System.Collections.Generic
requestTcs TaskCompletionSource
responseTask System.Threading.Tasks.Task
prompt string
maxLength int
contexts IReadOnlyList
return System.Collections.Generic

RespondAsync() public method

public RespondAsync ( string messageText ) : System.Threading.Tasks.Task
messageText string
return System.Threading.Tasks.Task