Opc.Ua.Core
ReadNonValueAttribute Method (MethodState)



Opc.Ua Namespace > MethodState Class : ReadNonValueAttribute Method
The context.
The attribute identifier Attributes.
The returned value.
Reads the value for any non-value attribute.
Syntax
'Declaration
 
Protected Overrides Function ReadNonValueAttribute( _
   ByVal context As ISystemContext, _
   ByVal attributeId As UInteger, _
   ByRef value As Object _
) As ServiceResult
'Usage
 
Dim instance As MethodState
Dim context As ISystemContext
Dim attributeId As UInteger
Dim value As Object
Dim value As ServiceResult
 
value = instance.ReadNonValueAttribute(context, attributeId, value)
protected override ServiceResult ReadNonValueAttribute( 
   ISystemContext context,
   uint attributeId,
   ref object value
)
protected:
ServiceResult^ ReadNonValueAttribute( 
   ISystemContext^ context,
   uint attributeId,
   Object^% value
) override 

Parameters

context
The context.
attributeId
The attribute identifier Attributes.
value
The returned value.

Return Value

An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MethodState Class
MethodState Members