ReplicationService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for transfering ownerhsip between workgroups.
Syntax
public sealed class ReplicationService : ReplicationServiceBase, IWebService Public NotInheritable Class ReplicationService
Inherits ReplicationServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| GetAllWorkgroups | Gets all the workgroups. |
| GetLocalWorkgroup | Gets the workgroup that you are currently connected to. |
| GetReplicatingWorkgroupsByDatabaseType | Gets the workgroups that are replicating the current database. |
| GetWorkgroupByDatabaseServer | Gets the workgroup for a given database instance. |
| GetWorkgroupsByDatabaseType | Gets the Workgroups that have the signed in database. |
Returned By
Where you get a ReplicationService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.ReplicationServiceBase
- Autodesk.Connectivity.WebServices.ReplicationService