Base:
method
OnBeginClose
System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
3 overrides of OnBeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
172protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
275protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
328protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)