CommitAsync Method
Definition
- Assemblies
- Savvyio.Commands.dll
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
requestICommandThe ICommand to commit.
setupAction<AsyncOptions>The AsyncOptions which may be configured.