CloudQueueClient.BufferManager Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueClient.BufferManager Property
CloudQueueClient::BufferManager Property
CloudQueueClient.BufferManager Property
CloudQueueClient.BufferManager Property
Gets or sets a buffer manager that implements the IBufferManager interface,
specifying a buffer pool for use with operations against the Queue service client.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IBufferManager^ BufferManager {
IBufferManager^ get();
void set(IBufferManager^ value);
}
Return to top
Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Queue service client.
Syntax
C++
public: property IBufferManager^ BufferManager { IBufferManager^ get(); void set(IBufferManager^ value); }