System.ServiceModel.Description.WebHttpBehavior.EndpointNotFoundOperationInvoker.InvokeBegin C# (CSharp) Метод

InvokeBegin() публичный Метод

public InvokeBegin ( object instance, object inputs, AsyncCallback callback, object state ) : IAsyncResult
instance object
inputs object
callback AsyncCallback
state object
Результат IAsyncResult
			public IAsyncResult InvokeBegin (object instance, object [] inputs, AsyncCallback callback, object state)
			{
				throw new EndpointNotFoundException ();
			}
WebHttpBehavior.EndpointNotFoundOperationInvoker