CcmEvent.Synchronizer Property
Gets the thread-safe synchronization object.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected object Synchronizer { get; }
protected:
property Object^ Synchronizer {
Object^ get();
}
Protected ReadOnly Property Synchronizer As Object
Property Value
Type: System.Object
See Also
CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top