TraceLoggingService.EndStop Method
Waits for the pending asynchronous stop to finish.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Sub EndStop ( _
asyncResult As IAsyncResult _
)
public void EndStop(
IAsyncResult asyncResult
)
public:
void EndStop(
IAsyncResult^ asyncResult
)
member EndStop :
asyncResult:IAsyncResult -> unit
public function EndStop(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.