Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the options for committing a collection of objects.
Syntax
typedef enum _FsrmCommitOptions {
FsrmCommitOptions_None = 0,
FsrmCommitOptions_Asynchronous = 0x1
} FsrmCommitOptions;
Constants
FsrmCommitOptions_NoneValue: 0 Use no options and commit the collection of objects synchronously. |
FsrmCommitOptions_AsynchronousValue: 0x1 Reserved. Do not use. |
Remarks
The FsrmCommitOptions_Asynchronous option is not supported.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |
See also
IFsrmCommittableCollection::Commit