1 write to onCloseChannelComplete
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
420
this.
onCloseChannelComplete
= Fx.ThunkCallback(new AsyncCallback(this.OnCloseChannelComplete));
2 references to onCloseChannelComplete
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
418
if (this.
onCloseChannelComplete
== null)
425
IAsyncResult result = channel.BeginClose(
onCloseChannelComplete
, channel);