This document is archived and information here might be outdated.  Recommended version.


IDynamicServiceHost Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IDynamicServiceHost Interface

Allows activation of dynamically hosted services.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method ActivateHostedService Activates dynamic service. Expected servicePath is either 'serviceName' or 'folderName/serviceName' with the URL separator between folder and service names.
Read-only property ActiveDynamicServiceName Returns active service name.
Method DeactivateHostedService Deactivates dynamic service using activationToken returned by ActivateHostedService().
Read-only property DynamicHostActive Returns status of the dynamic service host.