ICallbackStore.SaveNewAsync method

Saves a new callback request.

public Task SaveNewAsync(CallbackRequest req, CancellationToken ct)
parameter description
req The callback request to save.
ct The cancellation token.

Return Value

A task that represents the asynchronous operation.

See Also