Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

Syntax

 
public static StorageExtendedErrorInformation ReadFromStream(
	IInputStream inputStream
)
 
public:
static StorageExtendedErrorInformation^ ReadFromStream(
	IInputStream^ inputStream
)
 
static member ReadFromStream : 
        inputStream:IInputStream -> StorageExtendedErrorInformation
 
Public Shared Function ReadFromStream (
	inputStream As IInputStream
) As StorageExtendedErrorInformation
Return to top