Exemplo n.º 1
0
 /// <remarks/>
 public void UpdateIncidentAsync(UpdateIncidentRequest req) {
     this.UpdateIncidentAsync(req, null);
 }
Exemplo n.º 2
0
 /// <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);
 }
Exemplo n.º 3
0
 public UpdateIncidentResponse UpdateIncident(UpdateIncidentRequest req) {
     object[] results = this.Invoke("UpdateIncident", new object[] {
                 req});
     return ((UpdateIncidentResponse)(results[0]));
 }