DebugController::AttachToConduit Method (Uri^)

 

Establishes the communication channel between the DebugController object running in the workflow host application and the debugger process.

Namespace:   System.Workflow.Runtime.DebugEngine
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
void AttachToConduit(
	Uri^ url
)

Parameters

url
Type: System::Uri^

A Uri of the remoting object running in the debugger process with which the DebugController communicates.

.NET Framework
Available since 3.0
Return to top
Show: