Esempio n. 1
0
 /// <summary>
 /// Completes an asynchronous operation to reply to a request message
 /// </summary>
 /// <param name="result">The System.IAsyncResult returned by a call to one of the Overload:System.ServiceModel.Channels.IRequestContext.BeginReply
 /// methods</param>
 public override void EndReply(IAsyncResult result)
 {
     if (_asyncReply != null)
     {
         _asyncReply.EndInvoke(result);
     }
 }