IBufferManager.GetDefaultBufferSize Method

Windows Runtime Azure Storage Client Library

Gets the size, in bytes, of the buffers managed by the given pool. Note that the buffer manager must return buffers of the exact size requested by the client.

Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As IBufferManager
Dim returnValue As Integer

returnValue = instance.GetDefaultBufferSize

Syntax

Visual Basic
Function GetDefaultBufferSize As Integer
C#
int GetDefaultBufferSize ()
C++
int GetDefaultBufferSize ()
J#
int GetDefaultBufferSize ()
JScript
function GetDefaultBufferSize () : int

Return Value

The size, in bytes, of the buffers managed by the given pool.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also