HotDocs.Server.Manager Class
This class was deprecated in HotDocs Server 11.
The Manager class contains methods and properties useful for managing groups (clusters) of assembly servers.
Namespace: HotDocs.Server
Assembly: HotDocs.Server in HotDocs.Server.dll
This class implements the following interfaces:
- 
IDisposable: The class can be disposed.
 
Methods
| Method | Description | 
 Manager (Constructor) | 
This constructor initializes a new instance of the Manager class. | 
 CopyFileToAssemblyNode | 
This method copies a file to an assembly server. | 
 Dispose | 
This method is an implementation of the IDisposable.Dispose method that releases unmanaged resources held by an instance of the Manager class. | 
 GetAssemblyNodeState | 
This method queries an assembly server and returns its current state. | 
 SyncDirectoryWithAssemblyNodes | 
This method synchronizes files on the head HotDocs Server with each of the assembly servers in its cluster group. | 
Properties
| Property | Description | 
 AssemblyNodeCount | 
[Read-only] This property returns the number of assembly servers (nodes) connected to the head HotDocs Server. | 
 AssemblyNodes | 
[Read-only] This property returns a list of assembly servers connected to the head HotDocs Server. | 
 IsCluster  | 
[Read-only] This property indicates whether or not HotDocs Server is part of a cluster group. This means that the server is either a head server with clustering enabled, or it is an assembly server. | 

