Skip to content

Async version of SendTicket #1

@venjirai

Description

@venjirai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions