Click or drag to resize

ConfigurationChangeControllerGetChangeSetLockingConfigObject Method

Overload List
  NameDescription
Public methodGetChangeSetLockingConfigObject(Guid, Int32, NullableConfigurationObjectType)
Returns the id of the change set which has a "lock" on a configuration object. Returns 0 if no change set has a lock. If more than one change set has a lock the method returns the id of one of them. The method is used to prevent that a configuration object is modified at the same time on different change sets. Change sets are only considered if they are open. Configuration objects are not locked by changes which doesn't belong to a change set.
Public methodStatic memberGetChangeSetLockingConfigObject(Guid, Int32, SqlConnection, SqlTransaction) Obsolete.
Top
See Also