SIFWorks ADK 2.0
AdkQueueLocation Enumeration
NamespacesEdustructures.SifWorksAdkQueueLocation

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

Flags and constants used throughout the Adk. Provisioning Flags The PROV_ flags are used to control the provisioning process when the agent registers with zones and topics. These flags are typically passed to methods such as Zone.connect, Topic.setSubscriber, Topic.setPublisher, and Agent.shutdown. SIF provisioning messages include:
Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum AdkQueueLocation
<FlagsAttribute> _
Public Enumeration AdkQueueLocation
[FlagsAttribute]
public enum class AdkQueueLocation
Members
MemberDescription
QUEUE_LOCAL
Identifies the Agent Local Queue (as opposed to the agent's queue on the ZIS)

QUEUE_SERVER
Identifies the agent's queue on the ZIS (as opposed to the Agent Local Queue)

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