Store::UnregisterTransactionLog Method (TransactionLog^)

 

Allows a client to unregister a transaction log from being notified of events on this store.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
void UnregisterTransactionLog(
	TransactionLog^ log
)

Parameters

log
Type: Microsoft.VisualStudio.Modeling::TransactionLog^

The log that will be unregistered so it no longer is notified of events on this store.

Return to top
Show: