Esempio n. 1
0
 /// <remarks/>
 public void GetAlarmAsync(GetAlarmRequest req) {
     this.GetAlarmAsync(req, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetAlarmAsync(GetAlarmRequest req, object userState) {
     if ((this.GetAlarmOperationCompleted == null)) {
         this.GetAlarmOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAlarmOperationCompleted);
     }
     this.InvokeAsync("GetAlarm", new object[] {
                 req}, this.GetAlarmOperationCompleted, userState);
 }
Esempio n. 3
0
 public GetAlarmResponse GetAlarm(GetAlarmRequest req) {
     object[] results = this.Invoke("GetAlarm", new object[] {
                 req});
     return ((GetAlarmResponse)(results[0]));
 }