uaPLUS Reference
GetQualifiedSourceName Method
See Also  Send Feedback
NSPlugin Namespace > EventAreaBrowser Class : GetQualifiedSourceName Method

sourceName
The name of a Source at the current level, obtained from the string array returned by BrowseOPCAreas with a BrowseFilterType of 'Source'.
qualifiedSourceName

Glossary Item Box

Provides a mechanism to assemble a fully qualified Source name in a hierarchical space. This is required since at each point one is browsing just the names below the current node.
The server must return strings that can be added to sources for the EventServer.EnableConditionBySource method.

Syntax

Visual Basic (Declaration) 
Public Function GetQualifiedSourceName( _
   ByVal sourceName As String, _
   ByRef qualifiedSourceName As String _
) As Integer
C# 
public int GetQualifiedSourceName( 
   string sourceName,
   out string qualifiedSourceName
)

Parameters

sourceName
The name of a Source at the current level, obtained from the string array returned by BrowseOPCAreas with a BrowseFilterType of 'Source'.
qualifiedSourceName

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.