ILockingPolicy Interface

 

Service interface allowing host to refine IMS locks requested through the Immutability API.

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

public interface class ILockingPolicy

NameDescription
System_CAPS_pubmethodRefineLocks(ModelElement^, Locks)

Return the actual Locks that should be applied to the specified ModelElement given a set of proposed Locks.

System_CAPS_pubmethodRefineLocks(Partition^, Locks)

Return the actual Locks that should be applied to the specified Partition given a set of proposed Locks.

System_CAPS_pubmethodRefineLocks(Store^, Locks)

Return the actual Locks that should be applied to the specified Store given a set of proposed Locks.

Return to top
Show: