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