Type.registerNamespace('FantasyLeague.FundManager.Web.WebServices');
FantasyLeague.FundManager.Web.WebServices.Errorhandling=function() {
FantasyLeague.FundManager.Web.WebServices.Errorhandling.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FantasyLeague.FundManager.Web.WebServices.Errorhandling.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_path();},
LogMessage:function(message,succeededCallback, failedCallback, userContext) {
/// <param name="message" type="String">System.String</param>
/// <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(), 'LogMessage',false,{message:message},succeededCallback,failedCallback,userContext); }}
FantasyLeague.FundManager.Web.WebServices.Errorhandling.registerClass('FantasyLeague.FundManager.Web.WebServices.Errorhandling',Sys.Net.WebServiceProxy);
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance = new FantasyLeague.FundManager.Web.WebServices.Errorhandling();
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_path = function(value) {
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.set_path(value); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_path();}
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_timeout = function(value) {
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.set_timeout(value); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_timeout(); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_defaultUserContext = function(value) { 
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.set_defaultUserContext(value); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_defaultUserContext(); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_defaultSucceededCallback = function(value) { 
 FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.set_defaultSucceededCallback(value); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_defaultSucceededCallback(); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_defaultFailedCallback = function(value) { 
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.set_defaultFailedCallback(value); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.get_defaultFailedCallback(); }
FantasyLeague.FundManager.Web.WebServices.Errorhandling.set_path("/SharedAssets/ajax/ErrorHandling/ErrorHandling.asmx");
FantasyLeague.FundManager.Web.WebServices.Errorhandling.LogMessage= function(message,onSuccess,onFailed,userContext) {
/// <param name="message" type="String">System.String</param>
/// <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>
FantasyLeague.FundManager.Web.WebServices.Errorhandling._staticInstance.LogMessage(message,onSuccess,onFailed,userContext); }
