Exemple #1
0
        public virtual void send()
        {
            if (!string.ReferenceEquals(executionId_Renamed, null) && isTenantIdSet)
            {
                throw LOG.exceptionDeliverSignalToSingleExecutionWithTenantId();
            }

            SignalEventReceivedCmd command = new SignalEventReceivedCmd(this);

            commandExecutor.execute(command);
        }