Store.RegisterTransactionLog(TransactionLog) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a client to register a transaction log that will be notified of events on this store
public:
void RegisterTransactionLog(Microsoft::VisualStudio::Modeling::TransactionLog ^ log);
public void RegisterTransactionLog (Microsoft.VisualStudio.Modeling.TransactionLog log);
member this.RegisterTransactionLog : Microsoft.VisualStudio.Modeling.TransactionLog -> unit
Public Sub RegisterTransactionLog (log As TransactionLog)
Parameters
- log
- TransactionLog
the log that this store will notify