Click or drag to resize
GDStorageFileOpenTransactedWriteAsync Method
Opens a random-access stream to the file that can be used for transacted-write operations.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public 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.

Implements

IGDStorageFileOpenTransactedWriteAsync
See Also