Visual Basic (Declaration) | |
---|---|
Public Overloads Function Connect( _ ByVal computerName As String, _ ByVal srvName As String _ ) As Integer |
C# | |
---|---|
public int Connect( string computerName, string srvName ) |
Parameters
- computerName
- IN: Computer network name
- srvName
- IN: Server ProgId name
Return Value
HRESULTS error/succes code as defined by OPCTarget Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x