Type.registerNamespace('InfoCityBanners');
InfoCityBanners.SetBannersLog=function() {
InfoCityBanners.SetBannersLog.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
InfoCityBanners.SetBannersLog.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return InfoCityBanners.SetBannersLog._staticInstance.get_path();},
Save_BannersViewLog:function(Log,ID_PSB,ID_Setting,ID_Banner,ID_Partner,ID_Service,ID_SearchLog,ID_User,BannerHash,PageHash,IP,Host,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Save_BannersViewLog',false,{Log:Log,ID_PSB:ID_PSB,ID_Setting:ID_Setting,ID_Banner:ID_Banner,ID_Partner:ID_Partner,ID_Service:ID_Service,ID_SearchLog:ID_SearchLog,ID_User:ID_User,BannerHash:BannerHash,PageHash:PageHash,IP:IP,Host:Host},succeededCallback,failedCallback,userContext); }}
InfoCityBanners.SetBannersLog.registerClass('InfoCityBanners.SetBannersLog',Sys.Net.WebServiceProxy);
InfoCityBanners.SetBannersLog._staticInstance = new InfoCityBanners.SetBannersLog();
InfoCityBanners.SetBannersLog.set_path = function(value) { InfoCityBanners.SetBannersLog._staticInstance.set_path(value); }
InfoCityBanners.SetBannersLog.get_path = function() { return InfoCityBanners.SetBannersLog._staticInstance.get_path(); }
InfoCityBanners.SetBannersLog.set_timeout = function(value) { InfoCityBanners.SetBannersLog._staticInstance.set_timeout(value); }
InfoCityBanners.SetBannersLog.get_timeout = function() { return InfoCityBanners.SetBannersLog._staticInstance.get_timeout(); }
InfoCityBanners.SetBannersLog.set_defaultUserContext = function(value) { InfoCityBanners.SetBannersLog._staticInstance.set_defaultUserContext(value); }
InfoCityBanners.SetBannersLog.get_defaultUserContext = function() { return InfoCityBanners.SetBannersLog._staticInstance.get_defaultUserContext(); }
InfoCityBanners.SetBannersLog.set_defaultSucceededCallback = function(value) { InfoCityBanners.SetBannersLog._staticInstance.set_defaultSucceededCallback(value); }
InfoCityBanners.SetBannersLog.get_defaultSucceededCallback = function() { return InfoCityBanners.SetBannersLog._staticInstance.get_defaultSucceededCallback(); }
InfoCityBanners.SetBannersLog.set_defaultFailedCallback = function(value) { InfoCityBanners.SetBannersLog._staticInstance.set_defaultFailedCallback(value); }
InfoCityBanners.SetBannersLog.get_defaultFailedCallback = function() { return InfoCityBanners.SetBannersLog._staticInstance.get_defaultFailedCallback(); }
InfoCityBanners.SetBannersLog.set_path("/Services/SetBannersLog.asmx");
InfoCityBanners.SetBannersLog.Save_BannersViewLog= function(Log,ID_PSB,ID_Setting,ID_Banner,ID_Partner,ID_Service,ID_SearchLog,ID_User,BannerHash,PageHash,IP,Host,onSuccess,onFailed,userContext) {InfoCityBanners.SetBannersLog._staticInstance.Save_BannersViewLog(Log,ID_PSB,ID_Setting,ID_Banner,ID_Partner,ID_Service,ID_SearchLog,ID_User,BannerHash,PageHash,IP,Host,onSuccess,onFailed,userContext); }
