/// <remarks/> public void LocateQueuedAddIncidentAsync(LocateQueuedAddIncidentRequest req) { this.LocateQueuedAddIncidentAsync(req, null); }
/// <remarks/> public void LocateQueuedAddIncidentAsync(LocateQueuedAddIncidentRequest req, object userState) { if ((this.LocateQueuedAddIncidentOperationCompleted == null)) { this.LocateQueuedAddIncidentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLocateQueuedAddIncidentOperationCompleted); } this.InvokeAsync("LocateQueuedAddIncident", new object[] { req}, this.LocateQueuedAddIncidentOperationCompleted, userState); }
public LocateQueuedAddIncidentResponse LocateQueuedAddIncident(LocateQueuedAddIncidentRequest req) { object[] results = this.Invoke("LocateQueuedAddIncident", new object[] { req}); return ((LocateQueuedAddIncidentResponse)(results[0])); }