ManagementPack.LockObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that is used to synchronize updates to the management pack from multiple threads.
public:
property System::Object ^ LockObject { System::Object ^ get(); };
public object LockObject { get; }
member this.LockObject : obj
Public ReadOnly Property LockObject As Object
Property Value
An object that is used to synchronize updates to the management pack from multiple threads.
Remarks
The returned object is used only by multi-threaded applications.