Example #1
0
 /// <summary>
 /// Provides an asynchronous process End method when the process ends.
 /// </summary>
 /// <param name="result">
 /// An System.IAsyncResult that contains information about the status of the process.
 /// </param>
 public void EndProcessRequest(IAsyncResult result)
 {
     CallContextAsyncResult.End(result);
 }