TraceLoggingService.EndStart(IAsyncResult) Method

Definition

Waits for the pending asynchronous start to complete.

public:
 void EndStart(IAsyncResult ^ asyncResult);
public void EndStart (IAsyncResult asyncResult);
member this.EndStart : IAsyncResult -> unit
Public Sub EndStart (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

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

Applies to