AceQL HTTP C# Client SDK v7.7

AceQLDataReader..::..GetStreamAsync Method (Int32)

Downloads the Blob and gets a reading [Stream].

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public Task<Stream> GetStreamAsync(
	int ordinal
)

Parameters

ordinal
Type: Int32
The ordinal.

Return Value

The [Stream] to read the downloaded Blob.

Exceptions


ExceptionCondition
AceQL.Client.Api..::..AceQLExceptionIf any Exception occurs.