SIFWorks ADK 2.0
BatchProvisioning Property
NamespacesEdustructures.SifWorksAgentPropertiesBatchProvisioning

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

Determines how the Adk prepares SIF_Provide and SIF_Subscribe messages.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool BatchProvisioning{ get; set;}
Public Overridable Property BatchProvisioning As Boolean
public:
virtual property bool BatchProvisioning {
	bool get ();
	void set (bool value);
}
Value
false if the Adk should send an individual SIF_Provide and SIF_Subscribe message to the zone for each SIF Data Object. If any of the messages fail with an Access Control error (Category 4), the error is recorded as a warning and subsequently returned by the Zone.getConnectWarnings method. All other SIF Errors result in an exception thrown by the Zone.connect method. When this property is set to true, SIF Data Objects are batched into a single message that will be accepted or rejected as a group by the zone integration server.

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