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

OnReset() protected method

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