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

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncOperation<GDStorageFile> ReplaceWithStreamedFileAsync(
	IGDStorageFile fileToReplace,
	StreamedFileDataRequestedHandler dataRequested,
	IRandomAccessStreamReference thumbnail
)

Parameters

fileToReplace
Type: GDIGDStorageFile
Not used.
dataRequested
Type: Windows.StorageStreamedFileDataRequestedHandler
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