Share via


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

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace