Base:
method
OnBeginClose
System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1128protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
51protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1137return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, objectsToClose);
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
61return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, begin1, end1);