Opc.Ua.Core
MaxSuggestedBufferSize Property



Opc.Ua.Bindings Namespace > BufferManager Class : MaxSuggestedBufferSize Property
Returns the max size of data in the buffers.
Syntax
'Declaration
 
Public ReadOnly Property MaxSuggestedBufferSize As Integer
'Usage
 
Dim instance As BufferManager
Dim value As Integer
 
value = instance.MaxSuggestedBufferSize
public int MaxSuggestedBufferSize {get;}
public:
property int MaxSuggestedBufferSize {
   int get();
}
Remarks
Due to the underlying implementation of the ArrayPool, the actual buffer size may be larger than this value. To avoid memory waste, use this value as a guideline for the maximum buffer size when taking buffers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BufferManager Class
BufferManager Members