Type.registerNamespace('TAS.LagoonWatersports.Services');
TAS.LagoonWatersports.Services.Lagoon=function() {
TAS.LagoonWatersports.Services.Lagoon.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TAS.LagoonWatersports.Services.Lagoon.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_path();},
GetWebcamImages:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebcamImages',false,{},succeededCallback,failedCallback,userContext); }}
TAS.LagoonWatersports.Services.Lagoon.registerClass('TAS.LagoonWatersports.Services.Lagoon',Sys.Net.WebServiceProxy);
TAS.LagoonWatersports.Services.Lagoon._staticInstance = new TAS.LagoonWatersports.Services.Lagoon();
TAS.LagoonWatersports.Services.Lagoon.set_path = function(value) { TAS.LagoonWatersports.Services.Lagoon._staticInstance.set_path(value); }
TAS.LagoonWatersports.Services.Lagoon.get_path = function() { return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_path(); }
TAS.LagoonWatersports.Services.Lagoon.set_timeout = function(value) { TAS.LagoonWatersports.Services.Lagoon._staticInstance.set_timeout(value); }
TAS.LagoonWatersports.Services.Lagoon.get_timeout = function() { return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_timeout(); }
TAS.LagoonWatersports.Services.Lagoon.set_defaultUserContext = function(value) { TAS.LagoonWatersports.Services.Lagoon._staticInstance.set_defaultUserContext(value); }
TAS.LagoonWatersports.Services.Lagoon.get_defaultUserContext = function() { return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_defaultUserContext(); }
TAS.LagoonWatersports.Services.Lagoon.set_defaultSucceededCallback = function(value) { TAS.LagoonWatersports.Services.Lagoon._staticInstance.set_defaultSucceededCallback(value); }
TAS.LagoonWatersports.Services.Lagoon.get_defaultSucceededCallback = function() { return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_defaultSucceededCallback(); }
TAS.LagoonWatersports.Services.Lagoon.set_defaultFailedCallback = function(value) { TAS.LagoonWatersports.Services.Lagoon._staticInstance.set_defaultFailedCallback(value); }
TAS.LagoonWatersports.Services.Lagoon.get_defaultFailedCallback = function() { return TAS.LagoonWatersports.Services.Lagoon._staticInstance.get_defaultFailedCallback(); }
TAS.LagoonWatersports.Services.Lagoon.set_path("/lagoon.asmx");
TAS.LagoonWatersports.Services.Lagoon.GetWebcamImages= function(onSuccess,onFailed,userContext) {TAS.LagoonWatersports.Services.Lagoon._staticInstance.GetWebcamImages(onSuccess,onFailed,userContext); }

