/// <remarks/> public void GetIncidentList2Async(GetIncidentList2Request req) { this.GetIncidentList2Async(req, null); }
/// <remarks/> public void GetIncidentList2Async(GetIncidentList2Request req, object userState) { if ((this.GetIncidentList2OperationCompleted == null)) { this.GetIncidentList2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetIncidentList2OperationCompleted); } this.InvokeAsync("GetIncidentList2", new object[] { req}, this.GetIncidentList2OperationCompleted, userState); }
public GetIncidentList2Response GetIncidentList2(GetIncidentList2Request req) { object[] results = this.Invoke("GetIncidentList2", new object[] { req}); return ((GetIncidentList2Response)(results[0])); }