Partager via


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
System_CAPS_pubmethod StateMessageManager()

Initializes a new instance of the StateMessageManager class.

System_CAPS_pubmethod StateMessageManager(StateTaskType)

Initializes a new instance of the StateMessageManager class. Sets a task type.

Properties

Name Description
System_CAPS_pubproperty MaxAge

Gets or sets the maximum age for the CacheCleanout task.

System_CAPS_pubproperty MaxAgeString

Gets or sets the maximum age for the CacheCleanout task. This property is only for serialization. Use MaxAge instead.

System_CAPS_pubproperty TaskType

Gets or sets the task type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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