Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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)

Syntax

 
int GetDefaultBufferSize()
 
int GetDefaultBufferSize()
 
abstract GetDefaultBufferSize : unit -> int
 
Function GetDefaultBufferSize As Integer

Return Value

Type: System.Int32System::Int32System.Int32System.Int32

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

Return to top