Opc.Ua.Core
TotalSize Property



Opc.Ua.Bindings Namespace > BufferCollection Class : TotalSize Property
Returns the total amount of data in the buffers.
Syntax
'Declaration
 
Public ReadOnly Property TotalSize As Integer
'Usage
 
Dim instance As BufferCollection
Dim value As Integer
 
value = instance.TotalSize
public int TotalSize {get;}
public:
property int TotalSize {
   int get();
}

Property Value

The total size.
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

BufferCollection Class
BufferCollection Members