5 references to replyHandle
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
2138
this.
replyHandle
.Fault(communicationObject);
2182
this.
replyHandle
.Wait(waitTimeout);
2235
this.
replyHandle
.Set();
2241
return this.
replyHandle
.BeginWait(waitTimeout, callback, state);
2246
this.
replyHandle
.EndWait(result);