Type.registerNamespace('tempuri.org');
tempuri.org.IHitCounterLogger=function() {
tempuri.org.IHitCounterLogger.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
tempuri.org.IHitCounterLogger.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return tempuri.org.IHitCounterLogger._staticInstance.get_path();},
LogJobView:function(jobId,jobType,link,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LogJobView',false,{jobId:jobId,jobType:jobType,link:link},succeededCallback,failedCallback,userContext); }}
tempuri.org.IHitCounterLogger.registerClass('tempuri.org.IHitCounterLogger',Sys.Net.WebServiceProxy);
tempuri.org.IHitCounterLogger._staticInstance = new tempuri.org.IHitCounterLogger();
tempuri.org.IHitCounterLogger.set_path = function(value) { tempuri.org.IHitCounterLogger._staticInstance.set_path(value); }
tempuri.org.IHitCounterLogger.get_path = function() { return tempuri.org.IHitCounterLogger._staticInstance.get_path(); }
tempuri.org.IHitCounterLogger.set_timeout = function(value) { tempuri.org.IHitCounterLogger._staticInstance.set_timeout(value); }
tempuri.org.IHitCounterLogger.get_timeout = function() { return tempuri.org.IHitCounterLogger._staticInstance.get_timeout(); }
tempuri.org.IHitCounterLogger.set_defaultUserContext = function(value) { tempuri.org.IHitCounterLogger._staticInstance.set_defaultUserContext(value); }
tempuri.org.IHitCounterLogger.get_defaultUserContext = function() { return tempuri.org.IHitCounterLogger._staticInstance.get_defaultUserContext(); }
tempuri.org.IHitCounterLogger.set_defaultSucceededCallback = function(value) { tempuri.org.IHitCounterLogger._staticInstance.set_defaultSucceededCallback(value); }
tempuri.org.IHitCounterLogger.get_defaultSucceededCallback = function() { return tempuri.org.IHitCounterLogger._staticInstance.get_defaultSucceededCallback(); }
tempuri.org.IHitCounterLogger.set_defaultFailedCallback = function(value) { tempuri.org.IHitCounterLogger._staticInstance.set_defaultFailedCallback(value); }
tempuri.org.IHitCounterLogger.get_defaultFailedCallback = function() { return tempuri.org.IHitCounterLogger._staticInstance.get_defaultFailedCallback(); }
tempuri.org.IHitCounterLogger.set_path("/Refactor/Services/HitCounterLogger.svc");
tempuri.org.IHitCounterLogger.LogJobView= function(jobId,jobType,link,onSuccess,onFailed,userContext) {tempuri.org.IHitCounterLogger._staticInstance.LogJobView(jobId,jobType,link,onSuccess,onFailed,userContext); }
