SIFWorks ADK 2.0
AgentProvisioningMode Enumeration
NamespacesEdustructures.SifWorksAgentProvisioningMode

[This is preliminary documentation and is subject to change.]

Refer to the Developer Guide for more information on the ADK's provisioning modes.
Declaration Syntax
C#Visual BasicVisual C++
public enum AgentProvisioningMode
Public Enumeration AgentProvisioningMode
public enum class AgentProvisioningMode
Members
MemberDescription
Zis
The ADK uses the ZIS-Managed Provisioning mode for this zone. ADK methods such as
CopyC#
Agent.connect
and
CopyC#
Topic.subscribe
that would normally cause the ADK to send a provisioning message will not send the message when this mode is enabled. Provisioning messages include: SIF_Register and SIF_Unregister, SIF_Subscribe and SIF_Unsubscribe, and SIF_Provide and SIF_Unprovide. Refer to the Developer Guide for more information on the ADK's provisioning modes.

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
CopyC#
Agent.connect
and
CopyC#
Topic.subscribe
are called.

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:
  • CopyC#
    Zone.SifRegister
    and
    CopyC#
    Zone.SifUnregister
  • CopyC#
    Zone.SifSubscribe
    and
    CopyC#
    Zone.SifUnsubscribe
  • CopyC#
    Zone.SifProvide
    and
    CopyC#
    Zone.SifUnprovide

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10