Opc.Ua.Core
IsNotBad Method (ServiceResult)



Opc.Ua Namespace > ServiceResult Class : IsNotBad Method
Returns true if the status is good or uncertain.
Syntax
'Declaration
 
Public Shared Function IsNotBad( _
   ByVal status As ServiceResult _
) As Boolean
'Usage
 
Dim status As ServiceResult
Dim value As Boolean
 
value = ServiceResult.IsNotBad(status)
public static bool IsNotBad( 
   ServiceResult status
)
public:
static bool IsNotBad( 
   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