ISyncMetadataStore::BeginTransaction

Starts an explicit transaction on the metadata store that has the specified isolation level.


HRESULT BeginTransaction(
  LONG isolationLevel);

isolationLevel

[in] The isolation level for the transaction. This must be one of the values from the METASTORE_ISOLATIONLEVEL Enumeration enumeration.

  • S_OK

  • E_NOTIMPL if transactions are not supported.

Show: