1 implementation of BeginClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
208public IAsyncResult BeginClose(TimeSpan timeout, MaskingMode maskingMode,
4 references to BeginClose
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
117return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
185return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
200return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
79return this.binder.BeginClose(timeout, MaskingMode.Handled, callback, state);