ComponentOne Bitmap for UWP
Commit Method (IStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > IStream Interface : Commit Method
The GRF commit flags.
Commit method ensures that any changes made to a stream object open in transacted mode are reflected in the parent storage. If the stream object is open in direct mode, Commit has no effect other than flushing all memory buffers to the next-level storage object. The COM compound file implementation of streams does not support opening streams in transacted mode.
Syntax
'Declaration
 
Sub Commit( _
   ByVal commitFlags As CommitFlags _
) 
void Commit( 
   CommitFlags commitFlags
)

Parameters

commitFlags
The GRF commit flags.
See Also

Reference

IStream Interface
IStream Members