System.ServiceModel.Discovery.DiscoveryProxy.BeginShouldRedirectFind C# (CSharp) Method

BeginShouldRedirectFind() protected method

protected BeginShouldRedirectFind ( FindCriteria resolveCriteria, AsyncCallback callback, Object state ) : IAsyncResult
resolveCriteria FindCriteria
callback AsyncCallback
state Object
return IAsyncResult
		protected virtual IAsyncResult BeginShouldRedirectFind (FindCriteria resolveCriteria, AsyncCallback callback, Object state)
		{
			throw new NotImplementedException ();
		}