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