/// <remarks/> public void GetIncidentListAsync(GetIncidentListRequest req) { this.GetIncidentListAsync(req, null); }
/// <remarks/> public void GetIncidentListAsync(GetIncidentListRequest req, object userState) { if ((this.GetIncidentListOperationCompleted == null)) { this.GetIncidentListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetIncidentListOperationCompleted); } this.InvokeAsync("GetIncidentList", new object[] { req}, this.GetIncidentListOperationCompleted, userState); }
public GetIncidentListResponse GetIncidentList(GetIncidentListRequest req) { object[] results = this.Invoke("GetIncidentList", new object[] { req}); return ((GetIncidentListResponse)(results[0])); }