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

OnHalt() protected method

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