This document is archived and information here might be outdated. Recommended version. |
Allows activation of dynamically hosted services.
Name | 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. | |
EvictActiveService | Evicts previously activated service from in-memory cache. | |
EvictHostedService | Evicts dynamic service from the the in-memory cache. If it is not in the cache, does nothing. | |
RefreshActiveService | Reloads active dynamic service into the in-memory cache. | |
RefreshHostedService | Reloads dynamic service into the in-memory cache. |
Classes | Description |
---|