TK.GetImageAsync Method
Retrieves the image stream based on the provided image ID (Async).
Public Shared Function GetImageAsync( _
ByVal imageID As Integer _
) As Task(Of Stream)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
imageID
-
int
The unique identifier of the image to retrieve.
Return Value
Task<
Stream>
A stream containing the image data corresponding to the provided ID.
.NET Framework
Supported in: 4.8