Ejemplo n.º 1
0
 /// <remarks/>
 public void GetTicketListAsync(GetTicketListRequest req) {
     this.GetTicketListAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetTicketListAsync(GetTicketListRequest req, object userState) {
     if ((this.GetTicketListOperationCompleted == null)) {
         this.GetTicketListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTicketListOperationCompleted);
     }
     this.InvokeAsync("GetTicketList", new object[] {
                 req}, this.GetTicketListOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetTicketListResponse GetTicketList(GetTicketListRequest req) {
     object[] results = this.Invoke("GetTicketList", new object[] {
                 req});
     return ((GetTicketListResponse)(results[0]));
 }