Microsoft.R.Components.InteractiveWorkflow.Implementation.InteractiveWindowConsole.InteractiveWindowConsole C# (CSharp) Method

InteractiveWindowConsole() public method

public InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
workflow IRInteractiveWorkflow
return System
        public InteractiveWindowConsole(IRInteractiveWorkflow workflow) {
            _workflow = workflow;
        }