Type.registerNamespace('Exceptioneer.Site.Public');
Exceptioneer.Site.Public.ExceptionCount=function() {
Exceptioneer.Site.Public.ExceptionCount.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Exceptioneer.Site.Public.ExceptionCount.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_path();},
Count:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Count',false,{},succeededCallback,failedCallback,userContext); }}
Exceptioneer.Site.Public.ExceptionCount.registerClass('Exceptioneer.Site.Public.ExceptionCount',Sys.Net.WebServiceProxy);
Exceptioneer.Site.Public.ExceptionCount._staticInstance = new Exceptioneer.Site.Public.ExceptionCount();
Exceptioneer.Site.Public.ExceptionCount.set_path = function(value) {
Exceptioneer.Site.Public.ExceptionCount._staticInstance.set_path(value); }
Exceptioneer.Site.Public.ExceptionCount.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_path();}
Exceptioneer.Site.Public.ExceptionCount.set_timeout = function(value) {
Exceptioneer.Site.Public.ExceptionCount._staticInstance.set_timeout(value); }
Exceptioneer.Site.Public.ExceptionCount.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_timeout(); }
Exceptioneer.Site.Public.ExceptionCount.set_defaultUserContext = function(value) { 
Exceptioneer.Site.Public.ExceptionCount._staticInstance.set_defaultUserContext(value); }
Exceptioneer.Site.Public.ExceptionCount.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_defaultUserContext(); }
Exceptioneer.Site.Public.ExceptionCount.set_defaultSucceededCallback = function(value) { 
 Exceptioneer.Site.Public.ExceptionCount._staticInstance.set_defaultSucceededCallback(value); }
Exceptioneer.Site.Public.ExceptionCount.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_defaultSucceededCallback(); }
Exceptioneer.Site.Public.ExceptionCount.set_defaultFailedCallback = function(value) { 
Exceptioneer.Site.Public.ExceptionCount._staticInstance.set_defaultFailedCallback(value); }
Exceptioneer.Site.Public.ExceptionCount.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Exceptioneer.Site.Public.ExceptionCount._staticInstance.get_defaultFailedCallback(); }
Exceptioneer.Site.Public.ExceptionCount.set_path("/Public/ExceptionCount.asmx");
Exceptioneer.Site.Public.ExceptionCount.Count= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Exceptioneer.Site.Public.ExceptionCount._staticInstance.Count(onSuccess,onFailed,userContext); }
