Store::RegisterTransactionLog Method (TransactionLog^)

 

Allows a client to register a transaction log that will be 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 RegisterTransactionLog(
	TransactionLog^ log
)

Parameters

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

The log that this store will notify.

Return to top
Show: