EasyUA Reference
Create(UInt32,TranslationInfo) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceResult Class > Create Method : Create(UInt32,TranslationInfo) Method

code
translation

Glossary Item Box

Creates a new instance of a ServiceResult

Syntax

Visual Basic (Usage)Copy Code
Dim code As UInteger
Dim translation As TranslationInfo
Dim value As ServiceResult
 
value = ServiceResult.Create(code, translation)
C# 
public static ServiceResult Create( 
   uint code,
   TranslationInfo translation
)

Parameters

code
translation

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.