Type.registerNamespace('OPMS.AutoScore.Website');
OPMS.AutoScore.Website.UTDStatus=function() {
OPMS.AutoScore.Website.UTDStatus.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
OPMS.AutoScore.Website.UTDStatus.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_path();},
Init:function(eventID,stageID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Init',false,{eventID:eventID,stageID:stageID},succeededCallback,failedCallback,userContext); },
Check:function(eventID,stageID,lastUpdate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Check',false,{eventID:eventID,stageID:stageID,lastUpdate:lastUpdate},succeededCallback,failedCallback,userContext); }}
OPMS.AutoScore.Website.UTDStatus.registerClass('OPMS.AutoScore.Website.UTDStatus',Sys.Net.WebServiceProxy);
OPMS.AutoScore.Website.UTDStatus._staticInstance = new OPMS.AutoScore.Website.UTDStatus();
OPMS.AutoScore.Website.UTDStatus.set_path = function(value) { OPMS.AutoScore.Website.UTDStatus._staticInstance.set_path(value); }
OPMS.AutoScore.Website.UTDStatus.get_path = function() { return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_path(); }
OPMS.AutoScore.Website.UTDStatus.set_timeout = function(value) { OPMS.AutoScore.Website.UTDStatus._staticInstance.set_timeout(value); }
OPMS.AutoScore.Website.UTDStatus.get_timeout = function() { return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_timeout(); }
OPMS.AutoScore.Website.UTDStatus.set_defaultUserContext = function(value) { OPMS.AutoScore.Website.UTDStatus._staticInstance.set_defaultUserContext(value); }
OPMS.AutoScore.Website.UTDStatus.get_defaultUserContext = function() { return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_defaultUserContext(); }
OPMS.AutoScore.Website.UTDStatus.set_defaultSucceededCallback = function(value) { OPMS.AutoScore.Website.UTDStatus._staticInstance.set_defaultSucceededCallback(value); }
OPMS.AutoScore.Website.UTDStatus.get_defaultSucceededCallback = function() { return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_defaultSucceededCallback(); }
OPMS.AutoScore.Website.UTDStatus.set_defaultFailedCallback = function(value) { OPMS.AutoScore.Website.UTDStatus._staticInstance.set_defaultFailedCallback(value); }
OPMS.AutoScore.Website.UTDStatus.get_defaultFailedCallback = function() { return OPMS.AutoScore.Website.UTDStatus._staticInstance.get_defaultFailedCallback(); }
OPMS.AutoScore.Website.UTDStatus.set_path("/UTDStatus.asmx");
OPMS.AutoScore.Website.UTDStatus.Init= function(eventID,stageID,onSuccess,onFailed,userContext) {OPMS.AutoScore.Website.UTDStatus._staticInstance.Init(eventID,stageID,onSuccess,onFailed,userContext); }
OPMS.AutoScore.Website.UTDStatus.Check= function(eventID,stageID,lastUpdate,onSuccess,onFailed,userContext) {OPMS.AutoScore.Website.UTDStatus._staticInstance.Check(eventID,stageID,lastUpdate,onSuccess,onFailed,userContext); }

