ExecuteCommandAsync(NodeAggregate, CreateNode, CancellationToken)

public async Task ExecuteCommandAsync(NodeAggregate aggregate, CreateNode command, CancellationToken cancellationToken)
Returns:
Task

Parameters

aggregate NodeAggregate
command CreateNode
cancellationToken CancellationToken

ExecuteCommandAsync(NodeAggregate, CreateRootNode, CancellationToken)

public async Task ExecuteCommandAsync(NodeAggregate aggregate, CreateRootNode command, CancellationToken cancellationToken)
Returns:
Task

Parameters

aggregate NodeAggregate
cancellationToken CancellationToken
In this article