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