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
|
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