/// <remarks/> public void UpdateIncidentAsync(UpdateIncidentRequest req) { this.UpdateIncidentAsync(req, null); }
/// <remarks/> public void UpdateIncidentAsync(UpdateIncidentRequest req, object userState) { if ((this.UpdateIncidentOperationCompleted == null)) { this.UpdateIncidentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateIncidentOperationCompleted); } this.InvokeAsync("UpdateIncident", new object[] { req}, this.UpdateIncidentOperationCompleted, userState); }
public UpdateIncidentResponse UpdateIncident(UpdateIncidentRequest req) { object[] results = this.Invoke("UpdateIncident", new object[] { req}); return ((UpdateIncidentResponse)(results[0])); }