Ejemplo n.º 1
0
 /// <remarks/>
 public void GetAlarmListAsync(GetAlarmListRequest req) {
     this.GetAlarmListAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetAlarmListAsync(GetAlarmListRequest req, object userState) {
     if ((this.GetAlarmListOperationCompleted == null)) {
         this.GetAlarmListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAlarmListOperationCompleted);
     }
     this.InvokeAsync("GetAlarmList", new object[] {
                 req}, this.GetAlarmListOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetAlarmListResponse GetAlarmList(GetAlarmListRequest req) {
     object[] results = this.Invoke("GetAlarmList", new object[] {
                 req});
     return ((GetAlarmListResponse)(results[0]));
 }