/// <remarks/>
 public void GetAlarmEventTypesAsync(GetAlarmEventTypesRequest GetAlarmEventTypesRequest)
 {
     this.GetAlarmEventTypesAsync(GetAlarmEventTypesRequest, null);
 }
 /// <remarks/>
 public void GetAlarmEventTypesAsync(GetAlarmEventTypesRequest GetAlarmEventTypesRequest, object userState)
 {
     if ((this.GetAlarmEventTypesOperationCompleted == null)) {
         this.GetAlarmEventTypesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAlarmEventTypesOperationCompleted);
     }
     this.InvokeAsync("GetAlarmEventTypes", new object[] {
                 GetAlarmEventTypesRequest}, this.GetAlarmEventTypesOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGetAlarmEventTypes(GetAlarmEventTypesRequest GetAlarmEventTypesRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAlarmEventTypes", new object[] {
                 GetAlarmEventTypesRequest}, callback, asyncState);
 }