TraceLoggingService.EndStart(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.