public FindResults FindByProperty(FindByPropertySpecification specification) { object[] results = this.Invoke("FindByProperty", new object[] { specification}); return ((FindResults)(results[0])); }
/// <remarks/> public System.IAsyncResult BeginFindByProperty(FindByPropertySpecification specification, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("FindByProperty", new object[] { specification}, callback, asyncState); }