SIFWorks ADK 2.0
EffectiveBufferSize Property
NamespacesEdustructures.SifWorksAgentPropertiesEffectiveBufferSize

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

Gets the maximum size of SIF messages that can be processed by this agent in-memory before off-loading the message to the local file system. Used internally to influence memory management.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int EffectiveBufferSize{ get; set;}
Public Overridable Property EffectiveBufferSize As Integer
public:
virtual property int EffectiveBufferSize {
	int get ();
	void set (int value);
}
Value
The effective buffer size (in bytes)

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