Opc.Ua.Core
IsNotGood Method (ServiceResult)



Opc.Ua Namespace > ServiceResult Class : IsNotGood Method
Returns true if the status is bad or uncertain.
Syntax
'Declaration
 
Public Shared Function IsNotGood( _
   ByVal status As ServiceResult _
) As Boolean
'Usage
 
Dim status As ServiceResult
Dim value As Boolean
 
value = ServiceResult.IsNotGood(status)
public static bool IsNotGood( 
   ServiceResult status
)
public:
static bool IsNotGood( 
   ServiceResult^ status
) 

Parameters

status
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

ServiceResult Class
ServiceResult Members