C# Class Opc.Ua.Di.InitLockMethodState

Inheritance: Opc.Ua.MethodState
ファイルを表示 Open project: OPCFoundation/UA-Nodeset Class Usage Examples

Public Properties

Property Type Description
OnCall InitLockMethodStateMethodCallHandler

Public Methods

Method Description
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

InitLockMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Protected Methods

Method Description
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.

Method Details

Call() protected method

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.
return Opc.Ua.ServiceResult

Construct() public static method

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
return NodeState

InitLockMethodState() public method

Initializes the type with its default attribute values.
public InitLockMethodState ( NodeState parent ) : System
parent NodeState
return System

Initialize() protected method

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
return void

InitializeOptionalChildren() protected method

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
return void

Property Details

OnCall public_oe property

Raised when the the method is called.
public InitLockMethodStateMethodCallHandler OnCall
return InitLockMethodStateMethodCallHandler