Пример #1
0
 public Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesResponse EndGetAllGalleries(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesResponse _result = ((Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesResponse)(base.EndInvoke("GetAllGalleries", _args, result)));
     return(_result);
 }
Пример #2
0
 private System.Collections.Generic.List <Chucksoft.Silverlight.Controls.GalleryService.Gallery> EndGetAllGalleries(System.IAsyncResult result)
 {
     Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesResponse retVal = ((Chucksoft.Silverlight.Controls.GalleryService.GalleryServiceSoap)(this)).EndGetAllGalleries(result);
     return(retVal.Body.GetAllGalleriesResult);
 }