5 references to BeginClose
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
210return this.guard.BeginClose(timeout, callback, state);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
845this.guard.BeginClose,
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
457return this.guard.BeginClose(timeout, callback, state);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
260this.sendGuard.BeginClose,
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
862return this.replyAckConsistencyGuard.BeginClose(timeout, callback, state);