System.ServiceModel.Channels.HttpRequestChannel.OnBeginClose C# (CSharp) Метод

OnBeginClose() защищенный Метод

protected OnBeginClose ( System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
timeout System.TimeSpan
callback AsyncCallback
state object
Результат IAsyncResult
		protected override IAsyncResult OnBeginClose (TimeSpan timeout, AsyncCallback callback, object state)
		{
			OnAbort ();
			return base.OnBeginClose (timeout, callback, state);
		}