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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm::StateMessageManager

[SerializableAttribute]
public ref class StateMessageManager sealed 

NameDescription
System_CAPS_pubmethodStateMessageManager()

Initializes a new instance of the StateMessageManager class.

System_CAPS_pubmethodStateMessageManager(StateTaskType)

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

NameDescription
System_CAPS_pubpropertyMaxAge

Gets or sets the maximum age for the CacheCleanout task.

System_CAPS_pubpropertyMaxAgeString

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

System_CAPS_pubpropertyTaskType

Gets or sets the task type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: