Reference.cs
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:185k
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class UserManageSoapClient : System.ServiceModel.ClientBase<SFGS.WebServiceProxy.UserManageSoap>, SFGS.WebServiceProxy.UserManageSoap {
-
- private BeginOperationDelegate onBeginAddUserDelegate;
-
- private EndOperationDelegate onEndAddUserDelegate;
-
- private System.Threading.SendOrPostCallback onAddUserCompletedDelegate;
-
- private BeginOperationDelegate onBeginLoginAdminDelegate;
-
- private EndOperationDelegate onEndLoginAdminDelegate;
-
- private System.Threading.SendOrPostCallback onLoginAdminCompletedDelegate;
-
- private BeginOperationDelegate onBeginUpdateUserDelegate;
-
- private EndOperationDelegate onEndUpdateUserDelegate;
-
- private System.Threading.SendOrPostCallback onUpdateUserCompletedDelegate;
-
- private BeginOperationDelegate onBeginDeleteUserDelegate;
-
- private EndOperationDelegate onEndDeleteUserDelegate;
-
- private System.Threading.SendOrPostCallback onDeleteUserCompletedDelegate;
-
- private BeginOperationDelegate onBeginUpdateQuestionDelegate;
-
- private EndOperationDelegate onEndUpdateQuestionDelegate;
-
- private System.Threading.SendOrPostCallback onUpdateQuestionCompletedDelegate;
-
- private BeginOperationDelegate onBeginAddQuestionDelegate;
-
- private EndOperationDelegate onEndAddQuestionDelegate;
-
- private System.Threading.SendOrPostCallback onAddQuestionCompletedDelegate;
-
- private BeginOperationDelegate onBeginDeleteQuestionDelegate;
-
- private EndOperationDelegate onEndDeleteQuestionDelegate;
-
- private System.Threading.SendOrPostCallback onDeleteQuestionCompletedDelegate;
-
- private BeginOperationDelegate onBeginReadQuestionDelegate;
-
- private EndOperationDelegate onEndReadQuestionDelegate;
-
- private System.Threading.SendOrPostCallback onReadQuestionCompletedDelegate;
-
- private BeginOperationDelegate onBeginUpdateSurveyDelegate;
-
- private EndOperationDelegate onEndUpdateSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onUpdateSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginAddSurveyDelegate;
-
- private EndOperationDelegate onEndAddSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onAddSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginDeleteSurveyDelegate;
-
- private EndOperationDelegate onEndDeleteSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onDeleteSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginReadSurveyDelegate;
-
- private EndOperationDelegate onEndReadSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onReadSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginReadAllSurveyDelegate;
-
- private EndOperationDelegate onEndReadAllSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onReadAllSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginUpdateResponseDelegate;
-
- private EndOperationDelegate onEndUpdateResponseDelegate;
-
- private System.Threading.SendOrPostCallback onUpdateResponseCompletedDelegate;
-
- private BeginOperationDelegate onBeginAddResponseDelegate;
-
- private EndOperationDelegate onEndAddResponseDelegate;
-
- private System.Threading.SendOrPostCallback onAddResponseCompletedDelegate;
-
- private BeginOperationDelegate onBeginDeleteResponseDelegate;
-
- private EndOperationDelegate onEndDeleteResponseDelegate;
-
- private System.Threading.SendOrPostCallback onDeleteResponseCompletedDelegate;
-
- private BeginOperationDelegate onBeginPercentResponseDelegate;
-
- private EndOperationDelegate onEndPercentResponseDelegate;
-
- private System.Threading.SendOrPostCallback onPercentResponseCompletedDelegate;
-
- private BeginOperationDelegate onBeginReadCurrentSurveyDelegate;
-
- private EndOperationDelegate onEndReadCurrentSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onReadCurrentSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginWriteCurrentSurveyDelegate;
-
- private EndOperationDelegate onEndWriteCurrentSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onWriteCurrentSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginContactUSDelegate;
-
- private EndOperationDelegate onEndContactUSDelegate;
-
- private System.Threading.SendOrPostCallback onContactUSCompletedDelegate;
-
- private BeginOperationDelegate onBeginReadMaxSurveyDelegate;
-
- private EndOperationDelegate onEndReadMaxSurveyDelegate;
-
- private System.Threading.SendOrPostCallback onReadMaxSurveyCompletedDelegate;
-
- private BeginOperationDelegate onBeginOpenDelegate;
-
- private EndOperationDelegate onEndOpenDelegate;
-
- private System.Threading.SendOrPostCallback onOpenCompletedDelegate;
-
- private BeginOperationDelegate onBeginCloseDelegate;
-
- private EndOperationDelegate onEndCloseDelegate;
-
- private System.Threading.SendOrPostCallback onCloseCompletedDelegate;
-
- public UserManageSoapClient() {
- }
-
- public UserManageSoapClient(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public UserManageSoapClient(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public UserManageSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public UserManageSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- public event System.EventHandler<AddUserCompletedEventArgs> AddUserCompleted;
-
- public event System.EventHandler<LoginAdminCompletedEventArgs> LoginAdminCompleted;
-
- public event System.EventHandler<UpdateUserCompletedEventArgs> UpdateUserCompleted;
-
- public event System.EventHandler<DeleteUserCompletedEventArgs> DeleteUserCompleted;
-
- public event System.EventHandler<UpdateQuestionCompletedEventArgs> UpdateQuestionCompleted;
-
- public event System.EventHandler<AddQuestionCompletedEventArgs> AddQuestionCompleted;
-
- public event System.EventHandler<DeleteQuestionCompletedEventArgs> DeleteQuestionCompleted;
-
- public event System.EventHandler<ReadQuestionCompletedEventArgs> ReadQuestionCompleted;
-
- public event System.EventHandler<UpdateSurveyCompletedEventArgs> UpdateSurveyCompleted;
-
- public event System.EventHandler<AddSurveyCompletedEventArgs> AddSurveyCompleted;
-
- public event System.EventHandler<DeleteSurveyCompletedEventArgs> DeleteSurveyCompleted;
-
- public event System.EventHandler<ReadSurveyCompletedEventArgs> ReadSurveyCompleted;
-
- public event System.EventHandler<ReadAllSurveyCompletedEventArgs> ReadAllSurveyCompleted;
-
- public event System.EventHandler<UpdateResponseCompletedEventArgs> UpdateResponseCompleted;
-
- public event System.EventHandler<AddResponseCompletedEventArgs> AddResponseCompleted;
-
- public event System.EventHandler<DeleteResponseCompletedEventArgs> DeleteResponseCompleted;
-
- public event System.EventHandler<PercentResponseCompletedEventArgs> PercentResponseCompleted;
-
- public event System.EventHandler<ReadCurrentSurveyCompletedEventArgs> ReadCurrentSurveyCompleted;
-
- public event System.EventHandler<WriteCurrentSurveyCompletedEventArgs> WriteCurrentSurveyCompleted;
-
- public event System.EventHandler<ContactUSCompletedEventArgs> ContactUSCompleted;
-
- public event System.EventHandler<ReadMaxSurveyCompletedEventArgs> ReadMaxSurveyCompleted;
-
- public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> OpenCompleted;
-
- public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> CloseCompleted;
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginAddUser(SFGS.WebServiceProxy.AddUserRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginAddUser(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginAddUser(string userName, string userPwd, string beizhu, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.AddUserRequest inValue = new SFGS.WebServiceProxy.AddUserRequest();
- inValue.Body = new SFGS.WebServiceProxy.AddUserRequestBody();
- inValue.Body.userName = userName;
- inValue.Body.userPwd = userPwd;
- inValue.Body.beizhu = beizhu;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginAddUser(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.AddUserResponse SFGS.WebServiceProxy.UserManageSoap.EndAddUser(System.IAsyncResult result) {
- return base.Channel.EndAddUser(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndAddUser(System.IAsyncResult result) {
- SFGS.WebServiceProxy.AddUserResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndAddUser(result);
- return retVal.Body.AddUserResult;
- }
-
- private System.IAsyncResult OnBeginAddUser(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string userName = ((string)(inValues[0]));
- string userPwd = ((string)(inValues[1]));
- string beizhu = ((string)(inValues[2]));
- return this.BeginAddUser(userName, userPwd, beizhu, callback, asyncState);
- }
-
- private object[] OnEndAddUser(System.IAsyncResult result) {
- bool retVal = this.EndAddUser(result);
- return new object[] {
- retVal};
- }
-
- private void OnAddUserCompleted(object state) {
- if ((this.AddUserCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.AddUserCompleted(this, new AddUserCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void AddUserAsync(string userName, string userPwd, string beizhu) {
- this.AddUserAsync(userName, userPwd, beizhu, null);
- }
-
- public void AddUserAsync(string userName, string userPwd, string beizhu, object userState) {
- if ((this.onBeginAddUserDelegate == null)) {
- this.onBeginAddUserDelegate = new BeginOperationDelegate(this.OnBeginAddUser);
- }
- if ((this.onEndAddUserDelegate == null)) {
- this.onEndAddUserDelegate = new EndOperationDelegate(this.OnEndAddUser);
- }
- if ((this.onAddUserCompletedDelegate == null)) {
- this.onAddUserCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddUserCompleted);
- }
- base.InvokeAsync(this.onBeginAddUserDelegate, new object[] {
- userName,
- userPwd,
- beizhu}, this.onEndAddUserDelegate, this.onAddUserCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginLoginAdmin(SFGS.WebServiceProxy.LoginAdminRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginLoginAdmin(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginLoginAdmin(string userName, string userPwd, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.LoginAdminRequest inValue = new SFGS.WebServiceProxy.LoginAdminRequest();
- inValue.Body = new SFGS.WebServiceProxy.LoginAdminRequestBody();
- inValue.Body.userName = userName;
- inValue.Body.userPwd = userPwd;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginLoginAdmin(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.LoginAdminResponse SFGS.WebServiceProxy.UserManageSoap.EndLoginAdmin(System.IAsyncResult result) {
- return base.Channel.EndLoginAdmin(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndLoginAdmin(System.IAsyncResult result) {
- SFGS.WebServiceProxy.LoginAdminResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndLoginAdmin(result);
- return retVal.Body.LoginAdminResult;
- }
-
- private System.IAsyncResult OnBeginLoginAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string userName = ((string)(inValues[0]));
- string userPwd = ((string)(inValues[1]));
- return this.BeginLoginAdmin(userName, userPwd, callback, asyncState);
- }
-
- private object[] OnEndLoginAdmin(System.IAsyncResult result) {
- bool retVal = this.EndLoginAdmin(result);
- return new object[] {
- retVal};
- }
-
- private void OnLoginAdminCompleted(object state) {
- if ((this.LoginAdminCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.LoginAdminCompleted(this, new LoginAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void LoginAdminAsync(string userName, string userPwd) {
- this.LoginAdminAsync(userName, userPwd, null);
- }
-
- public void LoginAdminAsync(string userName, string userPwd, object userState) {
- if ((this.onBeginLoginAdminDelegate == null)) {
- this.onBeginLoginAdminDelegate = new BeginOperationDelegate(this.OnBeginLoginAdmin);
- }
- if ((this.onEndLoginAdminDelegate == null)) {
- this.onEndLoginAdminDelegate = new EndOperationDelegate(this.OnEndLoginAdmin);
- }
- if ((this.onLoginAdminCompletedDelegate == null)) {
- this.onLoginAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnLoginAdminCompleted);
- }
- base.InvokeAsync(this.onBeginLoginAdminDelegate, new object[] {
- userName,
- userPwd}, this.onEndLoginAdminDelegate, this.onLoginAdminCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginUpdateUser(SFGS.WebServiceProxy.UpdateUserRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginUpdateUser(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginUpdateUser(string userName, string userPwd, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.UpdateUserRequest inValue = new SFGS.WebServiceProxy.UpdateUserRequest();
- inValue.Body = new SFGS.WebServiceProxy.UpdateUserRequestBody();
- inValue.Body.userName = userName;
- inValue.Body.userPwd = userPwd;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginUpdateUser(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.UpdateUserResponse SFGS.WebServiceProxy.UserManageSoap.EndUpdateUser(System.IAsyncResult result) {
- return base.Channel.EndUpdateUser(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndUpdateUser(System.IAsyncResult result) {
- SFGS.WebServiceProxy.UpdateUserResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndUpdateUser(result);
- return retVal.Body.UpdateUserResult;
- }
-
- private System.IAsyncResult OnBeginUpdateUser(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string userName = ((string)(inValues[0]));
- string userPwd = ((string)(inValues[1]));
- return this.BeginUpdateUser(userName, userPwd, callback, asyncState);
- }
-
- private object[] OnEndUpdateUser(System.IAsyncResult result) {
- bool retVal = this.EndUpdateUser(result);
- return new object[] {
- retVal};
- }
-
- private void OnUpdateUserCompleted(object state) {
- if ((this.UpdateUserCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.UpdateUserCompleted(this, new UpdateUserCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void UpdateUserAsync(string userName, string userPwd) {
- this.UpdateUserAsync(userName, userPwd, null);
- }
-
- public void UpdateUserAsync(string userName, string userPwd, object userState) {
- if ((this.onBeginUpdateUserDelegate == null)) {
- this.onBeginUpdateUserDelegate = new BeginOperationDelegate(this.OnBeginUpdateUser);
- }
- if ((this.onEndUpdateUserDelegate == null)) {
- this.onEndUpdateUserDelegate = new EndOperationDelegate(this.OnEndUpdateUser);
- }
- if ((this.onUpdateUserCompletedDelegate == null)) {
- this.onUpdateUserCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateUserCompleted);
- }
- base.InvokeAsync(this.onBeginUpdateUserDelegate, new object[] {
- userName,
- userPwd}, this.onEndUpdateUserDelegate, this.onUpdateUserCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginDeleteUser(SFGS.WebServiceProxy.DeleteUserRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginDeleteUser(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginDeleteUser(string userName, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.DeleteUserRequest inValue = new SFGS.WebServiceProxy.DeleteUserRequest();
- inValue.Body = new SFGS.WebServiceProxy.DeleteUserRequestBody();
- inValue.Body.userName = userName;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginDeleteUser(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.DeleteUserResponse SFGS.WebServiceProxy.UserManageSoap.EndDeleteUser(System.IAsyncResult result) {
- return base.Channel.EndDeleteUser(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndDeleteUser(System.IAsyncResult result) {
- SFGS.WebServiceProxy.DeleteUserResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndDeleteUser(result);
- return retVal.Body.DeleteUserResult;
- }
-
- private System.IAsyncResult OnBeginDeleteUser(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string userName = ((string)(inValues[0]));
- return this.BeginDeleteUser(userName, callback, asyncState);
- }
-
- private object[] OnEndDeleteUser(System.IAsyncResult result) {
- bool retVal = this.EndDeleteUser(result);
- return new object[] {
- retVal};
- }
-
- private void OnDeleteUserCompleted(object state) {
- if ((this.DeleteUserCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.DeleteUserCompleted(this, new DeleteUserCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void DeleteUserAsync(string userName) {
- this.DeleteUserAsync(userName, null);
- }
-
- public void DeleteUserAsync(string userName, object userState) {
- if ((this.onBeginDeleteUserDelegate == null)) {
- this.onBeginDeleteUserDelegate = new BeginOperationDelegate(this.OnBeginDeleteUser);
- }
- if ((this.onEndDeleteUserDelegate == null)) {
- this.onEndDeleteUserDelegate = new EndOperationDelegate(this.OnEndDeleteUser);
- }
- if ((this.onDeleteUserCompletedDelegate == null)) {
- this.onDeleteUserCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteUserCompleted);
- }
- base.InvokeAsync(this.onBeginDeleteUserDelegate, new object[] {
- userName}, this.onEndDeleteUserDelegate, this.onDeleteUserCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginUpdateQuestion(SFGS.WebServiceProxy.UpdateQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginUpdateQuestion(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginUpdateQuestion(string ID, string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.UpdateQuestionRequest inValue = new SFGS.WebServiceProxy.UpdateQuestionRequest();
- inValue.Body = new SFGS.WebServiceProxy.UpdateQuestionRequestBody();
- inValue.Body.ID = ID;
- inValue.Body.SurveyID = SurveyID;
- inValue.Body.text = text;
- inValue.Body.OptionA = OptionA;
- inValue.Body.OptionB = OptionB;
- inValue.Body.OptionC = OptionC;
- inValue.Body.OptionD = OptionD;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginUpdateQuestion(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.UpdateQuestionResponse SFGS.WebServiceProxy.UserManageSoap.EndUpdateQuestion(System.IAsyncResult result) {
- return base.Channel.EndUpdateQuestion(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndUpdateQuestion(System.IAsyncResult result) {
- SFGS.WebServiceProxy.UpdateQuestionResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndUpdateQuestion(result);
- return retVal.Body.UpdateQuestionResult;
- }
-
- private System.IAsyncResult OnBeginUpdateQuestion(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- string SurveyID = ((string)(inValues[1]));
- string text = ((string)(inValues[2]));
- string OptionA = ((string)(inValues[3]));
- string OptionB = ((string)(inValues[4]));
- string OptionC = ((string)(inValues[5]));
- string OptionD = ((string)(inValues[6]));
- return this.BeginUpdateQuestion(ID, SurveyID, text, OptionA, OptionB, OptionC, OptionD, callback, asyncState);
- }
-
- private object[] OnEndUpdateQuestion(System.IAsyncResult result) {
- bool retVal = this.EndUpdateQuestion(result);
- return new object[] {
- retVal};
- }
-
- private void OnUpdateQuestionCompleted(object state) {
- if ((this.UpdateQuestionCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.UpdateQuestionCompleted(this, new UpdateQuestionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void UpdateQuestionAsync(string ID, string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
- this.UpdateQuestionAsync(ID, SurveyID, text, OptionA, OptionB, OptionC, OptionD, null);
- }
-
- public void UpdateQuestionAsync(string ID, string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD, object userState) {
- if ((this.onBeginUpdateQuestionDelegate == null)) {
- this.onBeginUpdateQuestionDelegate = new BeginOperationDelegate(this.OnBeginUpdateQuestion);
- }
- if ((this.onEndUpdateQuestionDelegate == null)) {
- this.onEndUpdateQuestionDelegate = new EndOperationDelegate(this.OnEndUpdateQuestion);
- }
- if ((this.onUpdateQuestionCompletedDelegate == null)) {
- this.onUpdateQuestionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateQuestionCompleted);
- }
- base.InvokeAsync(this.onBeginUpdateQuestionDelegate, new object[] {
- ID,
- SurveyID,
- text,
- OptionA,
- OptionB,
- OptionC,
- OptionD}, this.onEndUpdateQuestionDelegate, this.onUpdateQuestionCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginAddQuestion(SFGS.WebServiceProxy.AddQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginAddQuestion(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginAddQuestion(string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.AddQuestionRequest inValue = new SFGS.WebServiceProxy.AddQuestionRequest();
- inValue.Body = new SFGS.WebServiceProxy.AddQuestionRequestBody();
- inValue.Body.SurveyID = SurveyID;
- inValue.Body.text = text;
- inValue.Body.OptionA = OptionA;
- inValue.Body.OptionB = OptionB;
- inValue.Body.OptionC = OptionC;
- inValue.Body.OptionD = OptionD;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginAddQuestion(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.AddQuestionResponse SFGS.WebServiceProxy.UserManageSoap.EndAddQuestion(System.IAsyncResult result) {
- return base.Channel.EndAddQuestion(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndAddQuestion(System.IAsyncResult result) {
- SFGS.WebServiceProxy.AddQuestionResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndAddQuestion(result);
- return retVal.Body.AddQuestionResult;
- }
-
- private System.IAsyncResult OnBeginAddQuestion(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string SurveyID = ((string)(inValues[0]));
- string text = ((string)(inValues[1]));
- string OptionA = ((string)(inValues[2]));
- string OptionB = ((string)(inValues[3]));
- string OptionC = ((string)(inValues[4]));
- string OptionD = ((string)(inValues[5]));
- return this.BeginAddQuestion(SurveyID, text, OptionA, OptionB, OptionC, OptionD, callback, asyncState);
- }
-
- private object[] OnEndAddQuestion(System.IAsyncResult result) {
- bool retVal = this.EndAddQuestion(result);
- return new object[] {
- retVal};
- }
-
- private void OnAddQuestionCompleted(object state) {
- if ((this.AddQuestionCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.AddQuestionCompleted(this, new AddQuestionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void AddQuestionAsync(string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
- this.AddQuestionAsync(SurveyID, text, OptionA, OptionB, OptionC, OptionD, null);
- }
-
- public void AddQuestionAsync(string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD, object userState) {
- if ((this.onBeginAddQuestionDelegate == null)) {
- this.onBeginAddQuestionDelegate = new BeginOperationDelegate(this.OnBeginAddQuestion);
- }
- if ((this.onEndAddQuestionDelegate == null)) {
- this.onEndAddQuestionDelegate = new EndOperationDelegate(this.OnEndAddQuestion);
- }
- if ((this.onAddQuestionCompletedDelegate == null)) {
- this.onAddQuestionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddQuestionCompleted);
- }
- base.InvokeAsync(this.onBeginAddQuestionDelegate, new object[] {
- SurveyID,
- text,
- OptionA,
- OptionB,
- OptionC,
- OptionD}, this.onEndAddQuestionDelegate, this.onAddQuestionCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginDeleteQuestion(SFGS.WebServiceProxy.DeleteQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginDeleteQuestion(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginDeleteQuestion(string ID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.DeleteQuestionRequest inValue = new SFGS.WebServiceProxy.DeleteQuestionRequest();
- inValue.Body = new SFGS.WebServiceProxy.DeleteQuestionRequestBody();
- inValue.Body.ID = ID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginDeleteQuestion(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.DeleteQuestionResponse SFGS.WebServiceProxy.UserManageSoap.EndDeleteQuestion(System.IAsyncResult result) {
- return base.Channel.EndDeleteQuestion(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndDeleteQuestion(System.IAsyncResult result) {
- SFGS.WebServiceProxy.DeleteQuestionResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndDeleteQuestion(result);
- return retVal.Body.DeleteQuestionResult;
- }
-
- private System.IAsyncResult OnBeginDeleteQuestion(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- return this.BeginDeleteQuestion(ID, callback, asyncState);
- }
-
- private object[] OnEndDeleteQuestion(System.IAsyncResult result) {
- bool retVal = this.EndDeleteQuestion(result);
- return new object[] {
- retVal};
- }
-
- private void OnDeleteQuestionCompleted(object state) {
- if ((this.DeleteQuestionCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.DeleteQuestionCompleted(this, new DeleteQuestionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void DeleteQuestionAsync(string ID) {
- this.DeleteQuestionAsync(ID, null);
- }
-
- public void DeleteQuestionAsync(string ID, object userState) {
- if ((this.onBeginDeleteQuestionDelegate == null)) {
- this.onBeginDeleteQuestionDelegate = new BeginOperationDelegate(this.OnBeginDeleteQuestion);
- }
- if ((this.onEndDeleteQuestionDelegate == null)) {
- this.onEndDeleteQuestionDelegate = new EndOperationDelegate(this.OnEndDeleteQuestion);
- }
- if ((this.onDeleteQuestionCompletedDelegate == null)) {
- this.onDeleteQuestionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteQuestionCompleted);
- }
- base.InvokeAsync(this.onBeginDeleteQuestionDelegate, new object[] {
- ID}, this.onEndDeleteQuestionDelegate, this.onDeleteQuestionCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginReadQuestion(SFGS.WebServiceProxy.ReadQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginReadQuestion(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginReadQuestion(string SurveyID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ReadQuestionRequest inValue = new SFGS.WebServiceProxy.ReadQuestionRequest();
- inValue.Body = new SFGS.WebServiceProxy.ReadQuestionRequestBody();
- inValue.Body.SurveyID = SurveyID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginReadQuestion(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ReadQuestionResponse SFGS.WebServiceProxy.UserManageSoap.EndReadQuestion(System.IAsyncResult result) {
- return base.Channel.EndReadQuestion(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndReadQuestion(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ReadQuestionResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndReadQuestion(result);
- return retVal.Body.ReadQuestionResult;
- }
-
- private System.IAsyncResult OnBeginReadQuestion(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string SurveyID = ((string)(inValues[0]));
- return this.BeginReadQuestion(SurveyID, callback, asyncState);
- }
-
- private object[] OnEndReadQuestion(System.IAsyncResult result) {
- string retVal = this.EndReadQuestion(result);
- return new object[] {
- retVal};
- }
-
- private void OnReadQuestionCompleted(object state) {
- if ((this.ReadQuestionCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ReadQuestionCompleted(this, new ReadQuestionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ReadQuestionAsync(string SurveyID) {
- this.ReadQuestionAsync(SurveyID, null);
- }
-
- public void ReadQuestionAsync(string SurveyID, object userState) {
- if ((this.onBeginReadQuestionDelegate == null)) {
- this.onBeginReadQuestionDelegate = new BeginOperationDelegate(this.OnBeginReadQuestion);
- }
- if ((this.onEndReadQuestionDelegate == null)) {
- this.onEndReadQuestionDelegate = new EndOperationDelegate(this.OnEndReadQuestion);
- }
- if ((this.onReadQuestionCompletedDelegate == null)) {
- this.onReadQuestionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnReadQuestionCompleted);
- }
- base.InvokeAsync(this.onBeginReadQuestionDelegate, new object[] {
- SurveyID}, this.onEndReadQuestionDelegate, this.onReadQuestionCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginUpdateSurvey(SFGS.WebServiceProxy.UpdateSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginUpdateSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginUpdateSurvey(string ID, string Name, string Description, string Date, string IsCurrentSurvey, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.UpdateSurveyRequest inValue = new SFGS.WebServiceProxy.UpdateSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.UpdateSurveyRequestBody();
- inValue.Body.ID = ID;
- inValue.Body.Name = Name;
- inValue.Body.Description = Description;
- inValue.Body.Date = Date;
- inValue.Body.IsCurrentSurvey = IsCurrentSurvey;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginUpdateSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.UpdateSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndUpdateSurvey(System.IAsyncResult result) {
- return base.Channel.EndUpdateSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndUpdateSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.UpdateSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndUpdateSurvey(result);
- return retVal.Body.UpdateSurveyResult;
- }
-
- private System.IAsyncResult OnBeginUpdateSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- string Name = ((string)(inValues[1]));
- string Description = ((string)(inValues[2]));
- string Date = ((string)(inValues[3]));
- string IsCurrentSurvey = ((string)(inValues[4]));
- return this.BeginUpdateSurvey(ID, Name, Description, Date, IsCurrentSurvey, callback, asyncState);
- }
-
- private object[] OnEndUpdateSurvey(System.IAsyncResult result) {
- bool retVal = this.EndUpdateSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnUpdateSurveyCompleted(object state) {
- if ((this.UpdateSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.UpdateSurveyCompleted(this, new UpdateSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void UpdateSurveyAsync(string ID, string Name, string Description, string Date, string IsCurrentSurvey) {
- this.UpdateSurveyAsync(ID, Name, Description, Date, IsCurrentSurvey, null);
- }
-
- public void UpdateSurveyAsync(string ID, string Name, string Description, string Date, string IsCurrentSurvey, object userState) {
- if ((this.onBeginUpdateSurveyDelegate == null)) {
- this.onBeginUpdateSurveyDelegate = new BeginOperationDelegate(this.OnBeginUpdateSurvey);
- }
- if ((this.onEndUpdateSurveyDelegate == null)) {
- this.onEndUpdateSurveyDelegate = new EndOperationDelegate(this.OnEndUpdateSurvey);
- }
- if ((this.onUpdateSurveyCompletedDelegate == null)) {
- this.onUpdateSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginUpdateSurveyDelegate, new object[] {
- ID,
- Name,
- Description,
- Date,
- IsCurrentSurvey}, this.onEndUpdateSurveyDelegate, this.onUpdateSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginAddSurvey(SFGS.WebServiceProxy.AddSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginAddSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginAddSurvey(string Name, string Description, string Date, string IsCurrentSurvey, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.AddSurveyRequest inValue = new SFGS.WebServiceProxy.AddSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.AddSurveyRequestBody();
- inValue.Body.Name = Name;
- inValue.Body.Description = Description;
- inValue.Body.Date = Date;
- inValue.Body.IsCurrentSurvey = IsCurrentSurvey;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginAddSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.AddSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndAddSurvey(System.IAsyncResult result) {
- return base.Channel.EndAddSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndAddSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.AddSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndAddSurvey(result);
- return retVal.Body.AddSurveyResult;
- }
-
- private System.IAsyncResult OnBeginAddSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string Name = ((string)(inValues[0]));
- string Description = ((string)(inValues[1]));
- string Date = ((string)(inValues[2]));
- string IsCurrentSurvey = ((string)(inValues[3]));
- return this.BeginAddSurvey(Name, Description, Date, IsCurrentSurvey, callback, asyncState);
- }
-
- private object[] OnEndAddSurvey(System.IAsyncResult result) {
- bool retVal = this.EndAddSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnAddSurveyCompleted(object state) {
- if ((this.AddSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.AddSurveyCompleted(this, new AddSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void AddSurveyAsync(string Name, string Description, string Date, string IsCurrentSurvey) {
- this.AddSurveyAsync(Name, Description, Date, IsCurrentSurvey, null);
- }
-
- public void AddSurveyAsync(string Name, string Description, string Date, string IsCurrentSurvey, object userState) {
- if ((this.onBeginAddSurveyDelegate == null)) {
- this.onBeginAddSurveyDelegate = new BeginOperationDelegate(this.OnBeginAddSurvey);
- }
- if ((this.onEndAddSurveyDelegate == null)) {
- this.onEndAddSurveyDelegate = new EndOperationDelegate(this.OnEndAddSurvey);
- }
- if ((this.onAddSurveyCompletedDelegate == null)) {
- this.onAddSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginAddSurveyDelegate, new object[] {
- Name,
- Description,
- Date,
- IsCurrentSurvey}, this.onEndAddSurveyDelegate, this.onAddSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginDeleteSurvey(SFGS.WebServiceProxy.DeleteSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginDeleteSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginDeleteSurvey(string ID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.DeleteSurveyRequest inValue = new SFGS.WebServiceProxy.DeleteSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.DeleteSurveyRequestBody();
- inValue.Body.ID = ID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginDeleteSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.DeleteSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndDeleteSurvey(System.IAsyncResult result) {
- return base.Channel.EndDeleteSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndDeleteSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.DeleteSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndDeleteSurvey(result);
- return retVal.Body.DeleteSurveyResult;
- }
-
- private System.IAsyncResult OnBeginDeleteSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- return this.BeginDeleteSurvey(ID, callback, asyncState);
- }
-
- private object[] OnEndDeleteSurvey(System.IAsyncResult result) {
- bool retVal = this.EndDeleteSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnDeleteSurveyCompleted(object state) {
- if ((this.DeleteSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.DeleteSurveyCompleted(this, new DeleteSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void DeleteSurveyAsync(string ID) {
- this.DeleteSurveyAsync(ID, null);
- }
-
- public void DeleteSurveyAsync(string ID, object userState) {
- if ((this.onBeginDeleteSurveyDelegate == null)) {
- this.onBeginDeleteSurveyDelegate = new BeginOperationDelegate(this.OnBeginDeleteSurvey);
- }
- if ((this.onEndDeleteSurveyDelegate == null)) {
- this.onEndDeleteSurveyDelegate = new EndOperationDelegate(this.OnEndDeleteSurvey);
- }
- if ((this.onDeleteSurveyCompletedDelegate == null)) {
- this.onDeleteSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginDeleteSurveyDelegate, new object[] {
- ID}, this.onEndDeleteSurveyDelegate, this.onDeleteSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginReadSurvey(SFGS.WebServiceProxy.ReadSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginReadSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginReadSurvey(string ID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ReadSurveyRequest inValue = new SFGS.WebServiceProxy.ReadSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.ReadSurveyRequestBody();
- inValue.Body.ID = ID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginReadSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ReadSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndReadSurvey(System.IAsyncResult result) {
- return base.Channel.EndReadSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndReadSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ReadSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndReadSurvey(result);
- return retVal.Body.ReadSurveyResult;
- }
-
- private System.IAsyncResult OnBeginReadSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- return this.BeginReadSurvey(ID, callback, asyncState);
- }
-
- private object[] OnEndReadSurvey(System.IAsyncResult result) {
- string retVal = this.EndReadSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnReadSurveyCompleted(object state) {
- if ((this.ReadSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ReadSurveyCompleted(this, new ReadSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ReadSurveyAsync(string ID) {
- this.ReadSurveyAsync(ID, null);
- }
-
- public void ReadSurveyAsync(string ID, object userState) {
- if ((this.onBeginReadSurveyDelegate == null)) {
- this.onBeginReadSurveyDelegate = new BeginOperationDelegate(this.OnBeginReadSurvey);
- }
- if ((this.onEndReadSurveyDelegate == null)) {
- this.onEndReadSurveyDelegate = new EndOperationDelegate(this.OnEndReadSurvey);
- }
- if ((this.onReadSurveyCompletedDelegate == null)) {
- this.onReadSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnReadSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginReadSurveyDelegate, new object[] {
- ID}, this.onEndReadSurveyDelegate, this.onReadSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginReadAllSurvey(SFGS.WebServiceProxy.ReadAllSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginReadAllSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginReadAllSurvey(System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ReadAllSurveyRequest inValue = new SFGS.WebServiceProxy.ReadAllSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.ReadAllSurveyRequestBody();
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginReadAllSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ReadAllSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndReadAllSurvey(System.IAsyncResult result) {
- return base.Channel.EndReadAllSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndReadAllSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ReadAllSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndReadAllSurvey(result);
- return retVal.Body.ReadAllSurveyResult;
- }
-
- private System.IAsyncResult OnBeginReadAllSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return this.BeginReadAllSurvey(callback, asyncState);
- }
-
- private object[] OnEndReadAllSurvey(System.IAsyncResult result) {
- string retVal = this.EndReadAllSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnReadAllSurveyCompleted(object state) {
- if ((this.ReadAllSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ReadAllSurveyCompleted(this, new ReadAllSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ReadAllSurveyAsync() {
- this.ReadAllSurveyAsync(null);
- }
-
- public void ReadAllSurveyAsync(object userState) {
- if ((this.onBeginReadAllSurveyDelegate == null)) {
- this.onBeginReadAllSurveyDelegate = new BeginOperationDelegate(this.OnBeginReadAllSurvey);
- }
- if ((this.onEndReadAllSurveyDelegate == null)) {
- this.onEndReadAllSurveyDelegate = new EndOperationDelegate(this.OnEndReadAllSurvey);
- }
- if ((this.onReadAllSurveyCompletedDelegate == null)) {
- this.onReadAllSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnReadAllSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginReadAllSurveyDelegate, null, this.onEndReadAllSurveyDelegate, this.onReadAllSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginUpdateResponse(System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginUpdateResponse(callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- bool SFGS.WebServiceProxy.UserManageSoap.EndUpdateResponse(System.IAsyncResult result) {
- return base.Channel.EndUpdateResponse(result);
- }
-
- private System.IAsyncResult OnBeginUpdateResponse(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginUpdateResponse(callback, asyncState);
- }
-
- private object[] OnEndUpdateResponse(System.IAsyncResult result) {
- bool retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndUpdateResponse(result);
- return new object[] {
- retVal};
- }
-
- private void OnUpdateResponseCompleted(object state) {
- if ((this.UpdateResponseCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.UpdateResponseCompleted(this, new UpdateResponseCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void UpdateResponseAsync() {
- this.UpdateResponseAsync(null);
- }
-
- public void UpdateResponseAsync(object userState) {
- if ((this.onBeginUpdateResponseDelegate == null)) {
- this.onBeginUpdateResponseDelegate = new BeginOperationDelegate(this.OnBeginUpdateResponse);
- }
- if ((this.onEndUpdateResponseDelegate == null)) {
- this.onEndUpdateResponseDelegate = new EndOperationDelegate(this.OnEndUpdateResponse);
- }
- if ((this.onUpdateResponseCompletedDelegate == null)) {
- this.onUpdateResponseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateResponseCompleted);
- }
- base.InvokeAsync(this.onBeginUpdateResponseDelegate, null, this.onEndUpdateResponseDelegate, this.onUpdateResponseCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginAddResponse(SFGS.WebServiceProxy.AddResponseRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginAddResponse(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginAddResponse(string QuestionID, string Selection, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.AddResponseRequest inValue = new SFGS.WebServiceProxy.AddResponseRequest();
- inValue.Body = new SFGS.WebServiceProxy.AddResponseRequestBody();
- inValue.Body.QuestionID = QuestionID;
- inValue.Body.Selection = Selection;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginAddResponse(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.AddResponseResponse SFGS.WebServiceProxy.UserManageSoap.EndAddResponse(System.IAsyncResult result) {
- return base.Channel.EndAddResponse(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndAddResponse(System.IAsyncResult result) {
- SFGS.WebServiceProxy.AddResponseResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndAddResponse(result);
- return retVal.Body.AddResponseResult;
- }
-
- private System.IAsyncResult OnBeginAddResponse(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string QuestionID = ((string)(inValues[0]));
- string Selection = ((string)(inValues[1]));
- return this.BeginAddResponse(QuestionID, Selection, callback, asyncState);
- }
-
- private object[] OnEndAddResponse(System.IAsyncResult result) {
- bool retVal = this.EndAddResponse(result);
- return new object[] {
- retVal};
- }
-
- private void OnAddResponseCompleted(object state) {
- if ((this.AddResponseCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.AddResponseCompleted(this, new AddResponseCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void AddResponseAsync(string QuestionID, string Selection) {
- this.AddResponseAsync(QuestionID, Selection, null);
- }
-
- public void AddResponseAsync(string QuestionID, string Selection, object userState) {
- if ((this.onBeginAddResponseDelegate == null)) {
- this.onBeginAddResponseDelegate = new BeginOperationDelegate(this.OnBeginAddResponse);
- }
- if ((this.onEndAddResponseDelegate == null)) {
- this.onEndAddResponseDelegate = new EndOperationDelegate(this.OnEndAddResponse);
- }
- if ((this.onAddResponseCompletedDelegate == null)) {
- this.onAddResponseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddResponseCompleted);
- }
- base.InvokeAsync(this.onBeginAddResponseDelegate, new object[] {
- QuestionID,
- Selection}, this.onEndAddResponseDelegate, this.onAddResponseCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginDeleteResponse(SFGS.WebServiceProxy.DeleteResponseRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginDeleteResponse(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginDeleteResponse(string ID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.DeleteResponseRequest inValue = new SFGS.WebServiceProxy.DeleteResponseRequest();
- inValue.Body = new SFGS.WebServiceProxy.DeleteResponseRequestBody();
- inValue.Body.ID = ID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginDeleteResponse(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.DeleteResponseResponse SFGS.WebServiceProxy.UserManageSoap.EndDeleteResponse(System.IAsyncResult result) {
- return base.Channel.EndDeleteResponse(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndDeleteResponse(System.IAsyncResult result) {
- SFGS.WebServiceProxy.DeleteResponseResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndDeleteResponse(result);
- return retVal.Body.DeleteResponseResult;
- }
-
- private System.IAsyncResult OnBeginDeleteResponse(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string ID = ((string)(inValues[0]));
- return this.BeginDeleteResponse(ID, callback, asyncState);
- }
-
- private object[] OnEndDeleteResponse(System.IAsyncResult result) {
- bool retVal = this.EndDeleteResponse(result);
- return new object[] {
- retVal};
- }
-
- private void OnDeleteResponseCompleted(object state) {
- if ((this.DeleteResponseCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.DeleteResponseCompleted(this, new DeleteResponseCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void DeleteResponseAsync(string ID) {
- this.DeleteResponseAsync(ID, null);
- }
-
- public void DeleteResponseAsync(string ID, object userState) {
- if ((this.onBeginDeleteResponseDelegate == null)) {
- this.onBeginDeleteResponseDelegate = new BeginOperationDelegate(this.OnBeginDeleteResponse);
- }
- if ((this.onEndDeleteResponseDelegate == null)) {
- this.onEndDeleteResponseDelegate = new EndOperationDelegate(this.OnEndDeleteResponse);
- }
- if ((this.onDeleteResponseCompletedDelegate == null)) {
- this.onDeleteResponseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteResponseCompleted);
- }
- base.InvokeAsync(this.onBeginDeleteResponseDelegate, new object[] {
- ID}, this.onEndDeleteResponseDelegate, this.onDeleteResponseCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginPercentResponse(SFGS.WebServiceProxy.PercentResponseRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginPercentResponse(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginPercentResponse(string SurveyID, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.PercentResponseRequest inValue = new SFGS.WebServiceProxy.PercentResponseRequest();
- inValue.Body = new SFGS.WebServiceProxy.PercentResponseRequestBody();
- inValue.Body.SurveyID = SurveyID;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginPercentResponse(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.PercentResponseResponse SFGS.WebServiceProxy.UserManageSoap.EndPercentResponse(System.IAsyncResult result) {
- return base.Channel.EndPercentResponse(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndPercentResponse(System.IAsyncResult result) {
- SFGS.WebServiceProxy.PercentResponseResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndPercentResponse(result);
- return retVal.Body.PercentResponseResult;
- }
-
- private System.IAsyncResult OnBeginPercentResponse(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string SurveyID = ((string)(inValues[0]));
- return this.BeginPercentResponse(SurveyID, callback, asyncState);
- }
-
- private object[] OnEndPercentResponse(System.IAsyncResult result) {
- string retVal = this.EndPercentResponse(result);
- return new object[] {
- retVal};
- }
-
- private void OnPercentResponseCompleted(object state) {
- if ((this.PercentResponseCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.PercentResponseCompleted(this, new PercentResponseCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void PercentResponseAsync(string SurveyID) {
- this.PercentResponseAsync(SurveyID, null);
- }
-
- public void PercentResponseAsync(string SurveyID, object userState) {
- if ((this.onBeginPercentResponseDelegate == null)) {
- this.onBeginPercentResponseDelegate = new BeginOperationDelegate(this.OnBeginPercentResponse);
- }
- if ((this.onEndPercentResponseDelegate == null)) {
- this.onEndPercentResponseDelegate = new EndOperationDelegate(this.OnEndPercentResponse);
- }
- if ((this.onPercentResponseCompletedDelegate == null)) {
- this.onPercentResponseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnPercentResponseCompleted);
- }
- base.InvokeAsync(this.onBeginPercentResponseDelegate, new object[] {
- SurveyID}, this.onEndPercentResponseDelegate, this.onPercentResponseCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginReadCurrentSurvey(SFGS.WebServiceProxy.ReadCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginReadCurrentSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginReadCurrentSurvey(System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ReadCurrentSurveyRequest inValue = new SFGS.WebServiceProxy.ReadCurrentSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.ReadCurrentSurveyRequestBody();
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginReadCurrentSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ReadCurrentSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndReadCurrentSurvey(System.IAsyncResult result) {
- return base.Channel.EndReadCurrentSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndReadCurrentSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ReadCurrentSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndReadCurrentSurvey(result);
- return retVal.Body.ReadCurrentSurveyResult;
- }
-
- private System.IAsyncResult OnBeginReadCurrentSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return this.BeginReadCurrentSurvey(callback, asyncState);
- }
-
- private object[] OnEndReadCurrentSurvey(System.IAsyncResult result) {
- string retVal = this.EndReadCurrentSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnReadCurrentSurveyCompleted(object state) {
- if ((this.ReadCurrentSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ReadCurrentSurveyCompleted(this, new ReadCurrentSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ReadCurrentSurveyAsync() {
- this.ReadCurrentSurveyAsync(null);
- }
-
- public void ReadCurrentSurveyAsync(object userState) {
- if ((this.onBeginReadCurrentSurveyDelegate == null)) {
- this.onBeginReadCurrentSurveyDelegate = new BeginOperationDelegate(this.OnBeginReadCurrentSurvey);
- }
- if ((this.onEndReadCurrentSurveyDelegate == null)) {
- this.onEndReadCurrentSurveyDelegate = new EndOperationDelegate(this.OnEndReadCurrentSurvey);
- }
- if ((this.onReadCurrentSurveyCompletedDelegate == null)) {
- this.onReadCurrentSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnReadCurrentSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginReadCurrentSurveyDelegate, null, this.onEndReadCurrentSurveyDelegate, this.onReadCurrentSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginWriteCurrentSurvey(SFGS.WebServiceProxy.WriteCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginWriteCurrentSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginWriteCurrentSurvey(string Name, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.WriteCurrentSurveyRequest inValue = new SFGS.WebServiceProxy.WriteCurrentSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.WriteCurrentSurveyRequestBody();
- inValue.Body.Name = Name;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginWriteCurrentSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.WriteCurrentSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndWriteCurrentSurvey(System.IAsyncResult result) {
- return base.Channel.EndWriteCurrentSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndWriteCurrentSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.WriteCurrentSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndWriteCurrentSurvey(result);
- return retVal.Body.WriteCurrentSurveyResult;
- }
-
- private System.IAsyncResult OnBeginWriteCurrentSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string Name = ((string)(inValues[0]));
- return this.BeginWriteCurrentSurvey(Name, callback, asyncState);
- }
-
- private object[] OnEndWriteCurrentSurvey(System.IAsyncResult result) {
- bool retVal = this.EndWriteCurrentSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnWriteCurrentSurveyCompleted(object state) {
- if ((this.WriteCurrentSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.WriteCurrentSurveyCompleted(this, new WriteCurrentSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void WriteCurrentSurveyAsync(string Name) {
- this.WriteCurrentSurveyAsync(Name, null);
- }
-
- public void WriteCurrentSurveyAsync(string Name, object userState) {
- if ((this.onBeginWriteCurrentSurveyDelegate == null)) {
- this.onBeginWriteCurrentSurveyDelegate = new BeginOperationDelegate(this.OnBeginWriteCurrentSurvey);
- }
- if ((this.onEndWriteCurrentSurveyDelegate == null)) {
- this.onEndWriteCurrentSurveyDelegate = new EndOperationDelegate(this.OnEndWriteCurrentSurvey);
- }
- if ((this.onWriteCurrentSurveyCompletedDelegate == null)) {
- this.onWriteCurrentSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnWriteCurrentSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginWriteCurrentSurveyDelegate, new object[] {
- Name}, this.onEndWriteCurrentSurveyDelegate, this.onWriteCurrentSurveyCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginContactUS(SFGS.WebServiceProxy.ContactUSRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginContactUS(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginContactUS(string name, string age, string query, System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ContactUSRequest inValue = new SFGS.WebServiceProxy.ContactUSRequest();
- inValue.Body = new SFGS.WebServiceProxy.ContactUSRequestBody();
- inValue.Body.name = name;
- inValue.Body.age = age;
- inValue.Body.query = query;
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginContactUS(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ContactUSResponse SFGS.WebServiceProxy.UserManageSoap.EndContactUS(System.IAsyncResult result) {
- return base.Channel.EndContactUS(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private bool EndContactUS(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ContactUSResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndContactUS(result);
- return retVal.Body.ContactUSResult;
- }
-
- private System.IAsyncResult OnBeginContactUS(object[] inValues, System.AsyncCallback callback, object asyncState) {
- string name = ((string)(inValues[0]));
- string age = ((string)(inValues[1]));
- string query = ((string)(inValues[2]));
- return this.BeginContactUS(name, age, query, callback, asyncState);
- }
-
- private object[] OnEndContactUS(System.IAsyncResult result) {
- bool retVal = this.EndContactUS(result);
- return new object[] {
- retVal};
- }
-
- private void OnContactUSCompleted(object state) {
- if ((this.ContactUSCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ContactUSCompleted(this, new ContactUSCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ContactUSAsync(string name, string age, string query) {
- this.ContactUSAsync(name, age, query, null);
- }
-
- public void ContactUSAsync(string name, string age, string query, object userState) {
- if ((this.onBeginContactUSDelegate == null)) {
- this.onBeginContactUSDelegate = new BeginOperationDelegate(this.OnBeginContactUS);
- }
- if ((this.onEndContactUSDelegate == null)) {
- this.onEndContactUSDelegate = new EndOperationDelegate(this.OnEndContactUS);
- }
- if ((this.onContactUSCompletedDelegate == null)) {
- this.onContactUSCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnContactUSCompleted);
- }
- base.InvokeAsync(this.onBeginContactUSDelegate, new object[] {
- name,
- age,
- query}, this.onEndContactUSDelegate, this.onContactUSCompletedDelegate, userState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- System.IAsyncResult SFGS.WebServiceProxy.UserManageSoap.BeginReadMaxSurvey(SFGS.WebServiceProxy.ReadMaxSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- return base.Channel.BeginReadMaxSurvey(request, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private System.IAsyncResult BeginReadMaxSurvey(System.AsyncCallback callback, object asyncState) {
- SFGS.WebServiceProxy.ReadMaxSurveyRequest inValue = new SFGS.WebServiceProxy.ReadMaxSurveyRequest();
- inValue.Body = new SFGS.WebServiceProxy.ReadMaxSurveyRequestBody();
- return ((SFGS.WebServiceProxy.UserManageSoap)(this)).BeginReadMaxSurvey(inValue, callback, asyncState);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- SFGS.WebServiceProxy.ReadMaxSurveyResponse SFGS.WebServiceProxy.UserManageSoap.EndReadMaxSurvey(System.IAsyncResult result) {
- return base.Channel.EndReadMaxSurvey(result);
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- private string EndReadMaxSurvey(System.IAsyncResult result) {
- SFGS.WebServiceProxy.ReadMaxSurveyResponse retVal = ((SFGS.WebServiceProxy.UserManageSoap)(this)).EndReadMaxSurvey(result);
- return retVal.Body.ReadMaxSurveyResult;
- }
-
- private System.IAsyncResult OnBeginReadMaxSurvey(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return this.BeginReadMaxSurvey(callback, asyncState);
- }
-
- private object[] OnEndReadMaxSurvey(System.IAsyncResult result) {
- string retVal = this.EndReadMaxSurvey(result);
- return new object[] {
- retVal};
- }
-
- private void OnReadMaxSurveyCompleted(object state) {
- if ((this.ReadMaxSurveyCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.ReadMaxSurveyCompleted(this, new ReadMaxSurveyCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void ReadMaxSurveyAsync() {
- this.ReadMaxSurveyAsync(null);
- }
-
- public void ReadMaxSurveyAsync(object userState) {
- if ((this.onBeginReadMaxSurveyDelegate == null)) {
- this.onBeginReadMaxSurveyDelegate = new BeginOperationDelegate(this.OnBeginReadMaxSurvey);
- }
- if ((this.onEndReadMaxSurveyDelegate == null)) {
- this.onEndReadMaxSurveyDelegate = new EndOperationDelegate(this.OnEndReadMaxSurvey);
- }
- if ((this.onReadMaxSurveyCompletedDelegate == null)) {
- this.onReadMaxSurveyCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnReadMaxSurveyCompleted);
- }
- base.InvokeAsync(this.onBeginReadMaxSurveyDelegate, null, this.onEndReadMaxSurveyDelegate, this.onReadMaxSurveyCompletedDelegate, userState);
- }
-
- private System.IAsyncResult OnBeginOpen(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return ((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(callback, asyncState);
- }
-
- private object[] OnEndOpen(System.IAsyncResult result) {
- ((System.ServiceModel.ICommunicationObject)(this)).EndOpen(result);
- return null;
- }
-
- private void OnOpenCompleted(object state) {
- if ((this.OpenCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.OpenCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void OpenAsync() {
- this.OpenAsync(null);
- }
-
- public void OpenAsync(object userState) {
- if ((this.onBeginOpenDelegate == null)) {
- this.onBeginOpenDelegate = new BeginOperationDelegate(this.OnBeginOpen);
- }
- if ((this.onEndOpenDelegate == null)) {
- this.onEndOpenDelegate = new EndOperationDelegate(this.OnEndOpen);
- }
- if ((this.onOpenCompletedDelegate == null)) {
- this.onOpenCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnOpenCompleted);
- }
- base.InvokeAsync(this.onBeginOpenDelegate, null, this.onEndOpenDelegate, this.onOpenCompletedDelegate, userState);
- }
-
- private System.IAsyncResult OnBeginClose(object[] inValues, System.AsyncCallback callback, object asyncState) {
- return ((System.ServiceModel.ICommunicationObject)(this)).BeginClose(callback, asyncState);
- }
-
- private object[] OnEndClose(System.IAsyncResult result) {
- ((System.ServiceModel.ICommunicationObject)(this)).EndClose(result);
- return null;
- }
-
- private void OnCloseCompleted(object state) {
- if ((this.CloseCompleted != null)) {
- InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
- this.CloseCompleted(this, new System.ComponentModel.AsyncCompletedEventArgs(e.Error, e.Cancelled, e.UserState));
- }
- }
-
- public void CloseAsync() {
- this.CloseAsync(null);
- }
-
- public void CloseAsync(object userState) {
- if ((this.onBeginCloseDelegate == null)) {
- this.onBeginCloseDelegate = new BeginOperationDelegate(this.OnBeginClose);
- }
- if ((this.onEndCloseDelegate == null)) {
- this.onEndCloseDelegate = new EndOperationDelegate(this.OnEndClose);
- }
- if ((this.onCloseCompletedDelegate == null)) {
- this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCloseCompleted);
- }
- base.InvokeAsync(this.onBeginCloseDelegate, null, this.onEndCloseDelegate, this.onCloseCompletedDelegate, userState);
- }
-
- protected override SFGS.WebServiceProxy.UserManageSoap CreateChannel() {
- return new UserManageSoapClientChannel(this);
- }
-
- private class UserManageSoapClientChannel : ChannelBase<SFGS.WebServiceProxy.UserManageSoap>, SFGS.WebServiceProxy.UserManageSoap {
-
- public UserManageSoapClientChannel(System.ServiceModel.ClientBase<SFGS.WebServiceProxy.UserManageSoap> client) :
- base(client) {
- }
-
- public System.IAsyncResult BeginAddUser(SFGS.WebServiceProxy.AddUserRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("AddUser", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.AddUserResponse EndAddUser(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.AddUserResponse _result = ((SFGS.WebServiceProxy.AddUserResponse)(base.EndInvoke("AddUser", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginLoginAdmin(SFGS.WebServiceProxy.LoginAdminRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("LoginAdmin", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.LoginAdminResponse EndLoginAdmin(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.LoginAdminResponse _result = ((SFGS.WebServiceProxy.LoginAdminResponse)(base.EndInvoke("LoginAdmin", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginUpdateUser(SFGS.WebServiceProxy.UpdateUserRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("UpdateUser", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.UpdateUserResponse EndUpdateUser(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.UpdateUserResponse _result = ((SFGS.WebServiceProxy.UpdateUserResponse)(base.EndInvoke("UpdateUser", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginDeleteUser(SFGS.WebServiceProxy.DeleteUserRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("DeleteUser", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.DeleteUserResponse EndDeleteUser(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.DeleteUserResponse _result = ((SFGS.WebServiceProxy.DeleteUserResponse)(base.EndInvoke("DeleteUser", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginUpdateQuestion(SFGS.WebServiceProxy.UpdateQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("UpdateQuestion", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.UpdateQuestionResponse EndUpdateQuestion(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.UpdateQuestionResponse _result = ((SFGS.WebServiceProxy.UpdateQuestionResponse)(base.EndInvoke("UpdateQuestion", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginAddQuestion(SFGS.WebServiceProxy.AddQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("AddQuestion", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.AddQuestionResponse EndAddQuestion(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.AddQuestionResponse _result = ((SFGS.WebServiceProxy.AddQuestionResponse)(base.EndInvoke("AddQuestion", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginDeleteQuestion(SFGS.WebServiceProxy.DeleteQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("DeleteQuestion", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.DeleteQuestionResponse EndDeleteQuestion(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.DeleteQuestionResponse _result = ((SFGS.WebServiceProxy.DeleteQuestionResponse)(base.EndInvoke("DeleteQuestion", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginReadQuestion(SFGS.WebServiceProxy.ReadQuestionRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ReadQuestion", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ReadQuestionResponse EndReadQuestion(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ReadQuestionResponse _result = ((SFGS.WebServiceProxy.ReadQuestionResponse)(base.EndInvoke("ReadQuestion", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginUpdateSurvey(SFGS.WebServiceProxy.UpdateSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("UpdateSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.UpdateSurveyResponse EndUpdateSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.UpdateSurveyResponse _result = ((SFGS.WebServiceProxy.UpdateSurveyResponse)(base.EndInvoke("UpdateSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginAddSurvey(SFGS.WebServiceProxy.AddSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("AddSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.AddSurveyResponse EndAddSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.AddSurveyResponse _result = ((SFGS.WebServiceProxy.AddSurveyResponse)(base.EndInvoke("AddSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginDeleteSurvey(SFGS.WebServiceProxy.DeleteSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("DeleteSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.DeleteSurveyResponse EndDeleteSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.DeleteSurveyResponse _result = ((SFGS.WebServiceProxy.DeleteSurveyResponse)(base.EndInvoke("DeleteSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginReadSurvey(SFGS.WebServiceProxy.ReadSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ReadSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ReadSurveyResponse EndReadSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ReadSurveyResponse _result = ((SFGS.WebServiceProxy.ReadSurveyResponse)(base.EndInvoke("ReadSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginReadAllSurvey(SFGS.WebServiceProxy.ReadAllSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ReadAllSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ReadAllSurveyResponse EndReadAllSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ReadAllSurveyResponse _result = ((SFGS.WebServiceProxy.ReadAllSurveyResponse)(base.EndInvoke("ReadAllSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginUpdateResponse(System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[0];
- System.IAsyncResult _result = base.BeginInvoke("UpdateResponse", _args, callback, asyncState);
- return _result;
- }
-
- public bool EndUpdateResponse(System.IAsyncResult result) {
- object[] _args = new object[0];
- bool _result = ((bool)(base.EndInvoke("UpdateResponse", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginAddResponse(SFGS.WebServiceProxy.AddResponseRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("AddResponse", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.AddResponseResponse EndAddResponse(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.AddResponseResponse _result = ((SFGS.WebServiceProxy.AddResponseResponse)(base.EndInvoke("AddResponse", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginDeleteResponse(SFGS.WebServiceProxy.DeleteResponseRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("DeleteResponse", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.DeleteResponseResponse EndDeleteResponse(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.DeleteResponseResponse _result = ((SFGS.WebServiceProxy.DeleteResponseResponse)(base.EndInvoke("DeleteResponse", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginPercentResponse(SFGS.WebServiceProxy.PercentResponseRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("PercentResponse", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.PercentResponseResponse EndPercentResponse(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.PercentResponseResponse _result = ((SFGS.WebServiceProxy.PercentResponseResponse)(base.EndInvoke("PercentResponse", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginReadCurrentSurvey(SFGS.WebServiceProxy.ReadCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ReadCurrentSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ReadCurrentSurveyResponse EndReadCurrentSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ReadCurrentSurveyResponse _result = ((SFGS.WebServiceProxy.ReadCurrentSurveyResponse)(base.EndInvoke("ReadCurrentSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginWriteCurrentSurvey(SFGS.WebServiceProxy.WriteCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("WriteCurrentSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.WriteCurrentSurveyResponse EndWriteCurrentSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.WriteCurrentSurveyResponse _result = ((SFGS.WebServiceProxy.WriteCurrentSurveyResponse)(base.EndInvoke("WriteCurrentSurvey", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginContactUS(SFGS.WebServiceProxy.ContactUSRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ContactUS", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ContactUSResponse EndContactUS(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ContactUSResponse _result = ((SFGS.WebServiceProxy.ContactUSResponse)(base.EndInvoke("ContactUS", _args, result)));
- return _result;
- }
-
- public System.IAsyncResult BeginReadMaxSurvey(SFGS.WebServiceProxy.ReadMaxSurveyRequest request, System.AsyncCallback callback, object asyncState) {
- object[] _args = new object[1];
- _args[0] = request;
- System.IAsyncResult _result = base.BeginInvoke("ReadMaxSurvey", _args, callback, asyncState);
- return _result;
- }
-
- public SFGS.WebServiceProxy.ReadMaxSurveyResponse EndReadMaxSurvey(System.IAsyncResult result) {
- object[] _args = new object[0];
- SFGS.WebServiceProxy.ReadMaxSurveyResponse _result = ((SFGS.WebServiceProxy.ReadMaxSurveyResponse)(base.EndInvoke("ReadMaxSurvey", _args, result)));
- return _result;
- }
- }
- }
- }