StateMessageManager Class
Represents a message from the state message manager.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.StateMessageManager
Syntax
[SerializableAttribute]
public sealed class StateMessageManager
[SerializableAttribute]
public ref class StateMessageManager sealed
<SerializableAttribute>
Public NotInheritable Class StateMessageManager
Constructors
Name | Description | |
---|---|---|
StateMessageManager() | Initializes a new instance of the StateMessageManager class. |
|
StateMessageManager(StateTaskType) | Initializes a new instance of the StateMessageManager class. Sets a task type. |
Properties
Name | Description | |
---|---|---|
MaxAge | Gets or sets the maximum age for the CacheCleanout task. |
|
MaxAgeString | Gets or sets the maximum age for the CacheCleanout task. This property is only for serialization. Use MaxAge instead. |
|
TaskType | Gets or sets the task type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top