This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > ID > IDynamicServiceHost Interface (ArcObjects .NET 10.5 SDK) |
Allows activation of dynamically hosted services.
Description | ||
---|---|---|
ActivateHostedService | Activates dynamic service. Expected servicePath is either 'serviceName' or 'folderName/serviceName' with the URL separator between folder and service names. | |
ActiveDynamicServiceName | Returns active service name. | |
DeactivateHostedService | Deactivates dynamic service using activationToken returned by ActivateHostedService(). | |
DynamicHostActive | Returns status of the dynamic service host. |