示例#1
0
 /// <summary>
 /// Handles the completion of the asynchronous begin open process.
 /// </summary>
 /// <param name="asyncResult">The async result.</param>
 private void HandleAsyncOpen(IAsyncResult asyncResult)
 {
     if (_serviceHost != null)
     {
         _serviceHost.EndOpen(asyncResult);
     }
 }