Opc.Ua.ProgramStateMachineState.OnStart C# (CSharp) Method

OnStart() protected method

Handles the start method.
protected OnStart ( ISystemContext context, MethodState method, IList inputArguments, IList outputArguments ) : ServiceResult
context ISystemContext
method MethodState
inputArguments IList
outputArguments IList
return ServiceResult
        protected virtual ServiceResult OnStart(
            ISystemContext context,
            MethodState method,
            IList<object> inputArguments,
            IList<object> outputArguments)
        {
            return DoCause(context, method, Methods.ProgramStateMachineType_Start, inputArguments, outputArguments);
        }
        #endregion