Type.registerNamespace('hanleywood.com');
hanleywood.com.ithrottleattendee=function() {
hanleywood.com.ithrottleattendee.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
hanleywood.com.ithrottleattendee.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return hanleywood.com.ithrottleattendee._staticInstance.get_path();},
GetData:function(value,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetData',false,{value:value},succeededCallback,failedCallback,userContext); },
GetDataUsingDataContract:function(composite,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDataUsingDataContract',false,{composite:composite},succeededCallback,failedCallback,userContext); }}
hanleywood.com.ithrottleattendee.registerClass('hanleywood.com.ithrottleattendee',Sys.Net.WebServiceProxy);
hanleywood.com.ithrottleattendee._staticInstance = new hanleywood.com.ithrottleattendee();
hanleywood.com.ithrottleattendee.set_path = function(value) { hanleywood.com.ithrottleattendee._staticInstance.set_path(value); }
hanleywood.com.ithrottleattendee.get_path = function() { return hanleywood.com.ithrottleattendee._staticInstance.get_path(); }
hanleywood.com.ithrottleattendee.set_timeout = function(value) { hanleywood.com.ithrottleattendee._staticInstance.set_timeout(value); }
hanleywood.com.ithrottleattendee.get_timeout = function() { return hanleywood.com.ithrottleattendee._staticInstance.get_timeout(); }
hanleywood.com.ithrottleattendee.set_defaultUserContext = function(value) { hanleywood.com.ithrottleattendee._staticInstance.set_defaultUserContext(value); }
hanleywood.com.ithrottleattendee.get_defaultUserContext = function() { return hanleywood.com.ithrottleattendee._staticInstance.get_defaultUserContext(); }
hanleywood.com.ithrottleattendee.set_defaultSucceededCallback = function(value) { hanleywood.com.ithrottleattendee._staticInstance.set_defaultSucceededCallback(value); }
hanleywood.com.ithrottleattendee.get_defaultSucceededCallback = function() { return hanleywood.com.ithrottleattendee._staticInstance.get_defaultSucceededCallback(); }
hanleywood.com.ithrottleattendee.set_defaultFailedCallback = function(value) { hanleywood.com.ithrottleattendee._staticInstance.set_defaultFailedCallback(value); }
hanleywood.com.ithrottleattendee.get_defaultFailedCallback = function() { return hanleywood.com.ithrottleattendee._staticInstance.get_defaultFailedCallback(); }
hanleywood.com.ithrottleattendee.set_path("/CONNECT/AjaxWebServices/ThrottledAttendeeService.svc");
hanleywood.com.ithrottleattendee.GetData= function(value,onSuccess,onFailed,userContext) {hanleywood.com.ithrottleattendee._staticInstance.GetData(value,onSuccess,onFailed,userContext); }
hanleywood.com.ithrottleattendee.GetDataUsingDataContract= function(composite,onSuccess,onFailed,userContext) {hanleywood.com.ithrottleattendee._staticInstance.GetDataUsingDataContract(composite,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('HanleyAjaxControls.AjaxAttendeeCount');
if (typeof(HanleyAjaxControls.AjaxAttendeeCount.CompositeType) === 'undefined') {
HanleyAjaxControls.AjaxAttendeeCount.CompositeType=gtc("CompositeType:http://schemas.datacontract.org/2004/07/HanleyAjaxControls.AjaxAttendeeCount");
HanleyAjaxControls.AjaxAttendeeCount.CompositeType.registerClass('HanleyAjaxControls.AjaxAttendeeCount.CompositeType');
}

