Share via


ManagementPack.LockObject Property

Definition

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.

Applies to