Store.RegisterTransactionLog(TransactionLog) Method

Definition

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

Applies to