Opc.Ua.Core
DiagnosticInfo Constructor(ServiceResult,DiagnosticsMasks,Boolean,StringTable)



Opc.Ua Namespace > DiagnosticInfo Class > DiagnosticInfo Constructor : DiagnosticInfo Constructor(ServiceResult,DiagnosticsMasks,Boolean,StringTable)
The overall transaction result
The bitmask describing the diagnostic data
The service level
A table of strings carrying more diagnostic data
Initializes the object with a ServiceResult.
Syntax
'Declaration
 
Public Function New( _
   ByVal result As ServiceResult, _
   ByVal diagnosticsMask As DiagnosticsMasks, _
   ByVal serviceLevel As Boolean, _
   ByVal stringTable As StringTable _
)
'Usage
 
Dim result As ServiceResult
Dim diagnosticsMask As DiagnosticsMasks
Dim serviceLevel As Boolean
Dim stringTable As StringTable
 
Dim instance As New DiagnosticInfo(result, diagnosticsMask, serviceLevel, stringTable)

Parameters

result
The overall transaction result
diagnosticsMask
The bitmask describing the diagnostic data
serviceLevel
The service level
stringTable
A table of strings carrying more diagnostic data
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

DiagnosticInfo Class
DiagnosticInfo Members
Overload List