[This is preliminary documentation and is subject to change.]
Refer to the Developer Guide for more information on the ADK's
provisioning modes.
| C# | Visual Basic | Visual C++ |
public enum AgentProvisioningMode
Public Enumeration AgentProvisioningMode
public enum class AgentProvisioningMode
| Member | Description |
|---|---|
| Zis | The ADK uses the ZIS-Managed Provisioning mode for this zone. ADK
methods such as Agent.connect Topic.subscribe |
| Adk | The ADK uses the ADK-Managed Provisioning mode for this zone. When
enabled, the ADK sends provisioning messages at the appropriate times
when methods such as Agent.connect Topic.subscribe |
| Agent | The ADK uses the Agent-Managed Provisioning mode for this zone. When
enabled, the ADK does not send any provisioning messages. Agents must
explicitly call the following methods of the Zone class to perform all
provisioning tasks:
|