Click or drag to resize
GDStorageStreamTransaction Class
Represents a write transaction for a random-access stream.
Inheritance Hierarchy
SystemObject
  GDGDStorageStreamTransaction

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDStorageStreamTransaction

The GDStorageStreamTransaction type exposes the following members.

Properties
  NameDescription
Public propertyStream
Gets the random-access stream used in the transaction.
Top
Methods
  NameDescription
Public methodClose
Releases system resources that are exposed by the stream, indicating that the data request is complete.
Public methodCommitAsync
Save the stream to the underlying file.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference