Ejemplo n.º 1
0
 /// <remarks/>
 public void GetTicketAsync(GetTicketRequest req) {
     this.GetTicketAsync(req, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetTicketAsync(GetTicketRequest req, object userState) {
     if ((this.GetTicketOperationCompleted == null)) {
         this.GetTicketOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTicketOperationCompleted);
     }
     this.InvokeAsync("GetTicket", new object[] {
                 req}, this.GetTicketOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetTicketResponse GetTicket(GetTicketRequest req) {
     object[] results = this.Invoke("GetTicket", new object[] {
                 req});
     return ((GetTicketResponse)(results[0]));
 }