Exemplo n.º 1
0
 /// <remarks/>
 public void GetAlarmEventsAsync(GetAlarmEventsRequest GetAlarmEventsRequest)
 {
     this.GetAlarmEventsAsync(GetAlarmEventsRequest, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetAlarmEventsAsync(GetAlarmEventsRequest GetAlarmEventsRequest, object userState)
 {
     if ((this.GetAlarmEventsOperationCompleted == null)) {
         this.GetAlarmEventsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAlarmEventsOperationCompleted);
     }
     this.InvokeAsync("GetAlarmEvents", new object[] {
                 GetAlarmEventsRequest}, this.GetAlarmEventsOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetAlarmEvents(GetAlarmEventsRequest GetAlarmEventsRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAlarmEvents", new object[] {
                 GetAlarmEventsRequest}, callback, asyncState);
 }