Store.UnregisterTransactionLog(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 unregister a transaction log from being notified of events on this store
public:
void UnregisterTransactionLog(Microsoft::VisualStudio::Modeling::TransactionLog ^ log);
public void UnregisterTransactionLog (Microsoft.VisualStudio.Modeling.TransactionLog log);
member this.UnregisterTransactionLog : Microsoft.VisualStudio.Modeling.TransactionLog -> unit
Public Sub UnregisterTransactionLog (log As TransactionLog)
Parameters
- log
- TransactionLog
the log that will be unregistered