TraceLoggingSession.EndCopyLogFile(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.
Finalize asynchronous copy of the log file for this session
public:
void EndCopyLogFile(IAsyncResult ^ asyncResult);
public void EndCopyLogFile (IAsyncResult asyncResult);
member this.EndCopyLogFile : IAsyncResult -> unit
Public Sub EndCopyLogFile (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult