예제 #1
0
        // atomic operations ////////////////////////////////////////////////////////

//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @SuppressWarnings("unchecked") public <T extends CoreExecution> void performOperation(org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation<T> operation)
        public virtual void performOperation <T>(CoreAtomicOperation <T> operation) where T : CoreExecution
        {
            LOG.debugPerformingAtomicOperation(operation, this);
            operation.execute((T)this);
        }