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