// This file is cached. If you change the content of the file than it should be renamed to force the clients to get the new version.

Type.registerNamespace('NetMatch.Zoover.Web.Services.Suppliers');
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService=function() {
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_path();},
TrackLinks:function(linksProperties,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TrackLinks',false,{linksProperties:linksProperties},succeededCallback,failedCallback,userContext); }}
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.registerClass('NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService',Sys.Net.WebServiceProxy);
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance = new NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService();
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_path = function(value) { NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.set_path(value); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.get_path = function() { return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_path(); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_timeout = function(value) { NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.set_timeout(value); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.get_timeout = function() { return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_timeout(); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_defaultUserContext = function(value) { NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.set_defaultUserContext(value); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.get_defaultUserContext = function() { return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_defaultUserContext(); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_defaultSucceededCallback = function(value) { NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.set_defaultSucceededCallback(value); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.get_defaultSucceededCallback = function() { return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_defaultSucceededCallback(); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_defaultFailedCallback = function(value) { NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.set_defaultFailedCallback(value); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.get_defaultFailedCallback = function() { return NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.get_defaultFailedCallback(); }
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.set_path("/Services/Suppliers/SuppliersLinksService.asmx");
NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService.TrackLinks= function(linksProperties,onSuccess,onFailed,userContext) {NetMatch.Zoover.Web.Services.Suppliers.SuppliersLinksService._staticInstance.TrackLinks(linksProperties,onSuccess,onFailed,userContext); }
