ICallbackStore.MarkInFlightAsync method

Marks the given callback request as in-flight.

public Task MarkInFlightAsync(CallbackRequest req, CancellationToken ct)
parameter description
req The callback request to mark as in-flight.
ct The cancellation token.

Return Value

A task that represents the asynchronous operation.

See Also