-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Could the SendTicket method also be made available to return a Task?
public async Task<ITicketResponse> SendTicket(ITicket ticket)
So it can be used like
var response = await SendTicket(ticket);
without having to use the blocking method which blocks the thread or using the event listeners where we need a mapping to return the MTS response to a REST request that initiated the call.
hotyes
Metadata
Metadata
Assignees
Labels
No labels