C# Class System.Workflow.Runtime.DebugEngine.ProgramNode

Inheritance: IWDEProgramNode
Datei anzeigen Open project: mahasak/dotnet452

Public Methods

Method Description
ProgramNode ( System.Workflow.Runtime.DebugEngine.DebugController controller ) : System

Private Methods

Method Description
IWDEProgramNode ( Guid &programId, int attachTimeout, int detachPingInterval, string &hostName, string &uri, int &controllerThreadId, bool &isSynchronousAttach ) : void

Method Details

ProgramNode() public method

public ProgramNode ( System.Workflow.Runtime.DebugEngine.DebugController controller ) : System
controller System.Workflow.Runtime.DebugEngine.DebugController
return System