Click or drag to resize
IGDStorageFileOpenTransactedWriteAsync Method
Opens a transacted, random-access stream for writing to the file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncOperation<GDStorageStreamTransaction> OpenTransactedWriteAsync()

Return Value

Type: IAsyncOperationGDStorageStreamTransaction
When this method completes, it returns a GDStorageStreamTransaction that contains the random-access stream and methods that can be used to complete transactions.
Remarks
If you simply want to open a transacted, random-access stream for writing to a file in your app, see the OpenTransactedWriteAsync method of the GDStorageFile class.
See Also