C# Class Microsoft.R.Editor.Data.RSessionChangeWatcher

Show file Open project: Microsoft/RTVS

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
RSessionChangeWatcher ( IRInteractiveWorkflowProvider workflowProvider ) : System
SessionMutated ( ) : void

Private Methods

Method Description
ConnectToSession ( ) : void
OnSessionDisposed ( object sender, EventArgs e ) : void
OnSessionMutated ( object sender, EventArgs e ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

RSessionChangeWatcher() protected method

protected RSessionChangeWatcher ( IRInteractiveWorkflowProvider workflowProvider ) : System
workflowProvider IRInteractiveWorkflowProvider
return System

SessionMutated() protected abstract method

protected abstract SessionMutated ( ) : void
return void