C# Class Opc.Ua.Di.FetchTransferResultDataMethodState

Inheritance: Opc.Ua.MethodState
Afficher le fichier Open project: OPCFoundation/UA-Nodeset Class Usage Examples

Méthodes publiques

Свойство Type Description
OnCall FetchTransferResultDataMethodStateMethodCallHandler

Méthodes publiques

Méthode Description
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

FetchTransferResultDataMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

Méthodes protégées

Méthode 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 méthode

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.
Résultat Opc.Ua.ServiceResult

Construct() public static méthode

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

FetchTransferResultDataMethodState() public méthode

Initializes the type with its default attribute values.
public FetchTransferResultDataMethodState ( NodeState parent ) : System
parent NodeState
Résultat System

Initialize() protected méthode

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Résultat void

InitializeOptionalChildren() protected méthode

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

Property Details

OnCall public_oe property

Raised when the the method is called.
public FetchTransferResultDataMethodStateMethodCallHandler OnCall
Résultat FetchTransferResultDataMethodStateMethodCallHandler