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