TraceLoggingService.EndStart Method

Waits for the pending asynchronous start to finish.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub EndStart ( _
    asyncResult As IAsyncResult _
)
public void EndStart(
    IAsyncResult asyncResult
)
public:
void EndStart(
    IAsyncResult^ asyncResult
)
member EndStart : 
        asyncResult:IAsyncResult -> unit
public function EndStart(
    asyncResult : IAsyncResult
)

Parameters

  • asyncResult
    Type: IAsyncResult

    The method to be called when the asynchronous read operation is completed.

.NET Framework Security

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace