Udostępnij za pośrednictwem


DkmStandardRemoteTransportConnection.Abort Method

Definition

Silently aborts the transport connection in a similar way to what happens if the Visual Studio or the Remote Debugger is terminated. The underlying connection will be dropped, any in-flight operations will be aborted, and currently any debugged processes will be terminated.

This API was introduced in Visual Studio 11 Update 2 (DkmApiVersion.VS11Update2).

public:
 void Abort();
public:
 void Abort();
void Abort();
public void Abort ();
member this.Abort : unit -> unit
Public Sub Abort ()

Applies to