Exemple #1
0
 /// <remarks/>
 public void LocateQueuedAddIncidentAsync(LocateQueuedAddIncidentRequest req) {
     this.LocateQueuedAddIncidentAsync(req, null);
 }
Exemple #2
0
 /// <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);
 }
Exemple #3
0
 public LocateQueuedAddIncidentResponse LocateQueuedAddIncident(LocateQueuedAddIncidentRequest req) {
     object[] results = this.Invoke("LocateQueuedAddIncident", new object[] {
                 req});
     return ((LocateQueuedAddIncidentResponse)(results[0]));
 }