SIFWorks ADK 2.0
SIF_MaxBufferSize Property
NamespacesEdustructures.SifWorks.InfraSIF_SIFNodeSIF_MaxBufferSize

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

Gets or sets the value of the <SIF_MaxBufferSize> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> SIF_MaxBufferSize{ get; set;}
Public Property SIF_MaxBufferSize As Nullable(Of Integer)
public:
property Nullable<int> SIF_MaxBufferSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The SIF_MaxBufferSize element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Specifies that the ZIS should never send packets larger than this value. Query responses from other providers are controlled by the SIF_MaxBufferSize attribute in the SIF_Request message."

Version: 2.0

Since: 1.1

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