Opc.Ua.Core
JsonDecoder Constructor(String,IServiceMessageContext)



Opc.Ua Namespace > JsonDecoder Class > JsonDecoder Constructor : JsonDecoder Constructor(String,IServiceMessageContext)
The JSON encoded string.
The service message context to use.
Create a JSON decoder to decode a string.
Syntax
'Declaration
 
Public Function New( _
   ByVal json As String, _
   ByVal context As IServiceMessageContext _
)
'Usage
 
Dim json As String
Dim context As IServiceMessageContext
 
Dim instance As New JsonDecoder(json, context)
public JsonDecoder( 
   string json,
   IServiceMessageContext context
)
public:
JsonDecoder( 
   String^ json,
   IServiceMessageContext^ context
)

Parameters

json
The JSON encoded string.
context
The service message context to use.
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

JsonDecoder Class
JsonDecoder Members
Overload List