OPCDA.NET Reference Manual
SetClientName Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : SetClientName Method

name
IN: name, e.g. node and exe name

Glossary Item Box

Define a client name. ( IOPCCommon::SetClientName )
Allows the client to optionally register a client name with the server. This is included primarily for debugging purposes. The recommended behavior is that the client set his Node name and EXE name here.

Syntax

Visual Basic (Declaration) 
Public Function SetClientName( _
   ByVal name As String _
) As Integer
C# 
public int SetClientName( 
   string name
)

Parameters

name
IN: name, e.g. node and exe name

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.