Esempio n. 1
0
 /// <remarks/>
 public void GetTicRequestTicketAsync(GetTicRequestTicketRequest req) {
     this.GetTicRequestTicketAsync(req, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetTicRequestTicketAsync(GetTicRequestTicketRequest req, object userState) {
     if ((this.GetTicRequestTicketOperationCompleted == null)) {
         this.GetTicRequestTicketOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTicRequestTicketOperationCompleted);
     }
     this.InvokeAsync("GetTicRequestTicket", new object[] {
                 req}, this.GetTicRequestTicketOperationCompleted, userState);
 }
Esempio n. 3
0
 public GetTicRequestTicketResponse GetTicRequestTicket(GetTicRequestTicketRequest req) {
     object[] results = this.Invoke("GetTicRequestTicket", new object[] {
                 req});
     return ((GetTicRequestTicketResponse)(results[0]));
 }