Table of Contents

CommitAsync Method

Definition

Namespace
Savvyio.Commands
Assemblies
Savvyio.Commands.dll
Source
src/Savvyio.Commands/CommandDispatcher.cs

CommitAsync(ICommand, Action<AsyncOptions>)

Commits the specified request asynchronous using Fire-and-Forget/In-Only MEP.

public Task CommitAsync(ICommand request, Action<AsyncOptions> setup = null)

Parameters

request ICommand

The ICommand to commit.

setup Action<AsyncOptions>

The AsyncOptions which may be configured.

Returns

Task

A Task that represents the asynchronous operation.