IBufferManager Interface

Windows Runtime Azure Storage Client Library

An interface that allows clients to provide a buffer manager to a given service client. This interface is patterned after the System.ServiceModel.Channels.BufferManager class.

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

Usage

Visual Basic
Dim instance As IBufferManager

Syntax

Visual Basic
Public Interface IBufferManager
C#
public interface IBufferManager
C++
public interface class IBufferManager
J#
public interface IBufferManager
JScript
public interface IBufferManager

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