/// <remarks/> public void GetTicketNotesAsync(GetTicketNotesRequest req) { this.GetTicketNotesAsync(req, null); }
/// <remarks/> public void GetTicketNotesAsync(GetTicketNotesRequest req, object userState) { if ((this.GetTicketNotesOperationCompleted == null)) { this.GetTicketNotesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTicketNotesOperationCompleted); } this.InvokeAsync("GetTicketNotes", new object[] { req}, this.GetTicketNotesOperationCompleted, userState); }
public GetTicketNotesResponse GetTicketNotes(GetTicketNotesRequest req) { object[] results = this.Invoke("GetTicketNotes", new object[] { req}); return ((GetTicketNotesResponse)(results[0])); }