ATMLProcessLibrary.ActionOperationProcessor.ProcessOperation C# (CSharp) Метод

ProcessOperation() публичный Метод

public ProcessOperation ( OperationChange operation ) : void
operation OperationChange
Результат void
        public void ProcessOperation(OperationChange operation)
        {
        }

Same methods

ActionOperationProcessor::ProcessOperation ( OperationCompare operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationConditional operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationConnect operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationDisable operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationDisconnect operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationEnable operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationMessageIn operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationMessageOut operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationOther operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationRead operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationReadStateVariable operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationRepeat operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationReset operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationResetAll operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationSetStateVariable operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationSetup operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationType operation ) : void
ActionOperationProcessor::ProcessOperation ( OperationWaitFor operation ) : void
ActionOperationProcessor