OPC Labs EasyOPC-UA Library
UAServiceResult Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAServiceResult Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Converts the service results to an integer, by taking the code bits of the status code.

 

DISPID (Dispatch ID):

 

For more information, see ToInt32 in .NET Reference.

Public Properties
Additional diagnostic/debugging information associated with the operation.

 

DISPID (Dispatch ID):

 

For more information, see AdditionalInfo in .NET Reference.

The localized description for the service result, as provided by the server.

 

DISPID (Dispatch ID):

 

For more information, see Description in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Nested error information.

 

DISPID (Dispatch ID):

 

For more information, see InnerResult in .NET Reference.

The message associated with the service result. The component tries to fill it in if no text is provided by the server. Empty if no description is available.

 

DISPID (Dispatch ID):

 

For more information, see Message in .NET Reference.

The qualified name of the symbolic identifier associated with the status code.

 

DISPID (Dispatch ID):

 

For more information, see QualifiedSymbolicId in .NET Reference.

The status code associated with the service result.

 

DISPID (Dispatch ID):

 

For more information, see StatusCode in .NET Reference.

Returns a formatted string with the contents of the service result.

 

DISPID (Dispatch ID):

 

For more information, see Text in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UAServiceResult Object