C# Class Microsoft.R.Host.Client.Test.Mocks.RSessionInteractionMock

Inheritance: IRSessionInteraction
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
Dispose ( ) : void
RespondAsync ( string messageText ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RespondAsync() public method

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