C# Class Opc.Ua.Sample.CustomNodeManager2.CallOperationState

Stores the state of a call method operation.
Show file Open project: OPCFoundation/UA-.NETStandardLibrary

Public Properties

Property Type Description
Index int
Method MethodState
Source NodeState

Property Details

Index public property

public int Index
return int

Method public property

public MethodState Method
return MethodState

Source public property

public NodeState Source
return NodeState