C# Класс Opc.Ua.Di.ExitLockMethodState

Наследование: Opc.Ua.MethodState
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
OnCall ExitLockMethodStateMethodCallHandler

Открытые методы

Метод Описание
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

ExitLockMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Защищенные методы

Метод Описание
Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult

Invokes the method, returns the result and output argument.

Initialize ( ISystemContext context ) : void

Initializes the instance.

InitializeOptionalChildren ( ISystemContext context ) : void

Initializes the any option children defined for the instance.

Описание методов

Call() защищенный Метод

Invokes the method, returns the result and output argument.
protected Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult
context ISystemContext The current context.
objectId Opc.Ua.NodeId The id of the object.
inputArguments IList The input arguments which have been already validated.
outputArguments IList The output arguments which have initialized with thier default values.
Результат Opc.Ua.ServiceResult

Construct() публичный статический Метод

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
Результат NodeState

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

Initializes the type with its default attribute values.
public ExitLockMethodState ( NodeState parent ) : System
parent NodeState
Результат System

Initialize() защищенный Метод

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Результат void

InitializeOptionalChildren() защищенный Метод

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
Результат void

Описание свойств

OnCall публичное свойство

Raised when the the method is called.
public ExitLockMethodStateMethodCallHandler OnCall
Результат ExitLockMethodStateMethodCallHandler