ICloudFileStream Interface

Windows Runtime Azure Storage Client Library

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

Usage

Visual Basic
Dim instance As ICloudFileStream

Syntax

Visual Basic
Public Interface ICloudFileStream
	Inherits IRandomAccessStream, IInputStream, IOutputStream, IDisposable
C#
public interface ICloudFileStream : IRandomAccessStream, IInputStream, IOutputStream, 
	IDisposable
C++
public interface class ICloudFileStream : IRandomAccessStream, IInputStream, IOutputStream, 
	IDisposable
J#
public interface ICloudFileStream extends IRandomAccessStream, IInputStream, 
	IOutputStream, IDisposable
JScript
public interface ICloudFileStream extends IRandomAccessStream, IInputStream, 
	IOutputStream, IDisposable

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