DebugController.AttachToConduit(Uri) Método
Definição
Estabelece o canal de comunicação entre o objeto DebugController em execução no aplicativo host de fluxo de trabalho e o processo do depurador.Establishes the communication channel between the DebugController object running in the workflow host application and the debugger process.
public:
void AttachToConduit(Uri ^ url);
public void AttachToConduit (Uri url);
member this.AttachToConduit : Uri -> unit
Public Sub AttachToConduit (url As Uri)
Parâmetros
- url
- Uri
Um Uri do objeto de comunicação remota em execução no processo do depurador com a qual o DebugController se comunica.A Uri of the remoting object running in the debugger process with which the DebugController communicates.