1 write to onSendCompletedCallback
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
53
this.
onSendCompletedCallback
= Fx.ThunkCallback(new AsyncCallback(OnSendCompleted));
2 references to onSendCompletedCallback
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (2)
107
IAsyncResult result = OnBeginSend(this.currentSendIndex, this.timeoutHelper.RemainingTime(), this.
onSendCompletedCallback
, null);
134
result = OnBeginSend(index, this.timeoutHelper.RemainingTime(), this.
onSendCompletedCallback
, null);