Example #1
0
 public Site[] EndGetSites(System.IAsyncResult result)
 {
     Encore.WebServices.GetSitesResponse retVal = ((Encore.WebServices.encoreSoap)(this)).EndGetSites(result);
     return(retVal.GetSitesResult);
 }
Example #2
0
 public Site[] GetSites()
 {
     Encore.WebServices.GetSitesRequest  inValue = new Encore.WebServices.GetSitesRequest();
     Encore.WebServices.GetSitesResponse retVal  = ((Encore.WebServices.encoreSoap)(this)).GetSites(inValue);
     return(retVal.GetSitesResult);
 }