Пример #1
0
 /// <remarks/>
 public void GetIncidentListAsync(GetIncidentListRequest req) {
     this.GetIncidentListAsync(req, null);
 }
Пример #2
0
 /// <remarks/>
 public void GetIncidentListAsync(GetIncidentListRequest req, object userState) {
     if ((this.GetIncidentListOperationCompleted == null)) {
         this.GetIncidentListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetIncidentListOperationCompleted);
     }
     this.InvokeAsync("GetIncidentList", new object[] {
                 req}, this.GetIncidentListOperationCompleted, userState);
 }
Пример #3
0
 public GetIncidentListResponse GetIncidentList(GetIncidentListRequest req) {
     object[] results = this.Invoke("GetIncidentList", new object[] {
                 req});
     return ((GetIncidentListResponse)(results[0]));
 }