Example #1
0
 public FindResults FindAddress(FindAddressSpecification specification)
 {
     object[] results = this.Invoke("FindAddress", new object[] {
                 specification});
     return ((FindResults)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginFindAddress(FindAddressSpecification specification, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FindAddress", new object[] {
                 specification}, callback, asyncState);
 }