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

OnResume() protected method

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