private System.IAsyncResult BeginGetAllGalleries(string token, System.AsyncCallback callback, object asyncState)
 {
     Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesRequest inValue = new Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesRequest();
     inValue.Body       = new Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesRequestBody();
     inValue.Body.token = token;
     return(((Chucksoft.Silverlight.Controls.GalleryService.GalleryServiceSoap)(this)).BeginGetAllGalleries(inValue, callback, asyncState));
 }
 public System.IAsyncResult BeginGetAllGalleries(Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("GetAllGalleries", _args, callback, asyncState);
     return(_result);
 }
 System.IAsyncResult Chucksoft.Silverlight.Controls.GalleryService.GalleryServiceSoap.BeginGetAllGalleries(Chucksoft.Silverlight.Controls.GalleryService.GetAllGalleriesRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetAllGalleries(request, callback, asyncState));
 }