Exemple #1
0
        public virtual void Send()
        {
            if (ExecutionId != null && IsTenantIdSet)
            {
                throw Log.ExceptionDeliverSignalToSingleExecutionWithTenantId();
            }

            var command = new SignalEventReceivedCmd(this);

            CommandExecutor.Execute(command);
        }