Click or drag to resize
GDStorageFileCreateStreamedFileFromUriAsync Method
This method is not implemented yet.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncOperation<GDStorageFile> CreateStreamedFileFromUriAsync(
	string displayNameWithExtension,
	Uri uri,
	IRandomAccessStreamReference thumbnail
)

Parameters

displayNameWithExtension
Type: SystemString
Not used.
uri
Type: SystemUri
Not used.
thumbnail
Type: Windows.Storage.StreamsIRandomAccessStreamReference
Not used.

Return Value

Type: IAsyncOperationGDStorageFile
Nothing is returned.
Exceptions
ExceptionCondition
NotImplementedExceptionWill be thrown when method is called.
See Also