SIFWorks ADK 2.0
OneObjectPerResponse Property
NamespacesEdustructures.SifWorksAgentPropertiesOneObjectPerResponse

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

Determines if the Adk renders SIF_Response packets with one SIF Data Object per packet regardless of the requestor's SIF_MaxBufferSize value. By default, this property is disabled, causing the Adk to fit as many SIF Data Objects per SIF_Response packet as possible.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool OneObjectPerResponse{ get; set;}
Public Overridable Property OneObjectPerResponse As Boolean
public:
virtual property bool OneObjectPerResponse {
	bool get ();
	void set (bool value);
}
Value
true if the Adk should render SIF_Response packets with one object per packet

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