Click or drag to resize
ServiceConnectionSetHostId Method
Sets the identifier of the machine the .NET API client is running.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static void SetHostId(
	string hostId
)

Parameters

hostId
Type: SystemString
The host identifier.
Remarks
The host identifier is used by the license management to faster reuse licenses for users working on the same machine. In a .NET or Mono environment the host identifier is automatically set. If you are in a different environment, you should explicitely set the host identifier by calling this function during the initialization phase of your application.
See Also