예제 #1
0
 /// <remarks/>
 public void GetAlarmAsync(GetAlarmRequest req) {
     this.GetAlarmAsync(req, null);
 }
예제 #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);
 }
예제 #3
0
 public GetAlarmResponse GetAlarm(GetAlarmRequest req) {
     object[] results = this.Invoke("GetAlarm", new object[] {
                 req});
     return ((GetAlarmResponse)(results[0]));
 }