OPCDA.NET Reference Manual
CLSIDFromProgID Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPC Namespace > OpcServerBrowser Class : CLSIDFromProgID Method

progId
IN: ProdId name of the OPC server
clsid
OUT: CLSID of the server

Glossary Item Box

Get a server's CLSID from it's ProgId.
See OPC specs, chapter 'OPC Server Browser' for details

Syntax

Visual Basic (Declaration) 
Public Function CLSIDFromProgID( _
   ByVal progId As String, _
   ByRef clsid As Guid _
) As Integer
C# 
public int CLSIDFromProgID( 
   string progId,
   out Guid clsid
)

Parameters

progId
IN: ProdId name of the OPC server
clsid
OUT: CLSID of the server

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

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