/// <remarks/> public void GetAlarmEventsAsync(GetAlarmEventsRequest GetAlarmEventsRequest) { this.GetAlarmEventsAsync(GetAlarmEventsRequest, null); }
/// <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); }
/// <remarks/> public System.IAsyncResult BeginGetAlarmEvents(GetAlarmEventsRequest GetAlarmEventsRequest, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetAlarmEvents", new object[] { GetAlarmEventsRequest}, callback, asyncState); }