Base:
method
OnBeginClose
System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
8 overrides of OnBeginClose
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
244protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1196protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
116protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
72protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
795protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
279protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
432protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
146protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
7 references to OnBeginClose
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
247return base.OnBeginClose(timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1205return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
76base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
848base.OnBeginClose
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
290base.OnBeginClose
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
449new OperationWithTimeoutBeginCallback(base.OnBeginClose)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
157base.OnBeginClose, base.OnEndClose);