The SMS_ObjectLock abstract Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 Configuration Manager, that represents methods for locking and unlocking global objects.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ObjectLock : SMS_BaseClass { }; |
Methods
The following table shows the methods in SMS_ObjectLock.
Method | Description |
---|---|
Cancels a lock request. |
|
Cancels multiple lock requests. |
|
Checks a lock request. |
|
Checks multiple lock requests. |
|
Gets current lock information. |
|
Releases all locks for a session. |
|
Releases a lock to global object. |
|
Releases locks to multiple global objects. |
|
Synchronously acquires a lock to edit global object. |
|
Asynchronously acquires a lock to edit global objects. |
|
Synchronously acquires a lock to edit a global object. |
|
Asynchronously acquires locks to edit multiple global objects. |
Properties
None.
Remarks
Class qualifiers for this class include:
- Abstract
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.