Opc.Ua.Core
Create(UInt32,TranslationInfo) Method



Opc.Ua Namespace > ServiceResult Class > Create Method : Create(UInt32,TranslationInfo) Method
Creates a new instance of a ServiceResult
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal code As UInteger, _
   ByVal translation As TranslationInfo _
) As ServiceResult
'Usage
 
Dim code As UInteger
Dim translation As TranslationInfo
Dim value As ServiceResult
 
value = ServiceResult.Create(code, translation)

Parameters

code
translation
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
Overload List