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)
244
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1196
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
116
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
72
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
795
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
279
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
432
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
146
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
7 references to OnBeginClose
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
247
return base.
OnBeginClose
(timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1205
return new ChainedCloseAsyncResult(timeout, callback, state, base.
OnBeginClose
, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\PeerInputChannel.cs (1)
76
base.
OnBeginClose
, base.OnEndClose);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
848
base.
OnBeginClose
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
290
base.
OnBeginClose
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
449
new OperationWithTimeoutBeginCallback(base.
OnBeginClose
)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
157
base.
OnBeginClose
, base.OnEndClose);