uaPLUS Reference
TranslateResult Method
See Also  Send Feedback
Opc.Ua.Server Namespace > StandardServer Class : TranslateResult Method

diagnosticsMasks
preferredLocales
result

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function TranslateResult( _
   ByVal diagnosticsMasks As DiagnosticsMasks, _
   ByVal preferredLocales As IList(Of String), _
   ByVal result As ServiceResult _
) As ServiceResult
C# 
protected virtual ServiceResult TranslateResult( 
   DiagnosticsMasks diagnosticsMasks,
   IList<string> preferredLocales,
   ServiceResult result
)

Parameters

diagnosticsMasks
preferredLocales
result

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.