[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a State Message Manager message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
StateMessageManager
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
StateMessageManager
[
SerializableAttribute]
public 
ref class 
StateMessageManager 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StateMessageManager () () () ()
Initializes a new instance of the StateMessageManagerclass.
StateMessageManager(StateTaskType)
Initializes a new instance of the StateMessageManagerclass. Set a task type
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MaxAge
Get/set the max age for the CacheCleanout task.
MaxAgeString
The max age for CacheCleanout task. This is only for serialization, use MaxAge instead.
MemberwiseClone () () () () (Inherited from Object.)
TaskType
Gets/sets the task type
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also