Exemple #1
0
        public async Task ExecuteAsync(PushVacantInstance command, CancellationToken cancellationToken)
        {
            var result = await startInstance.ExecuteAsync(new StartInstance(), cancellationToken);

            await repository.PushVacantInstanceAsync(result.InstanceId, cancellationToken);
        }