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

Event is thrown when there is a recovery from a low memory state

Namespace:  Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
LowMemoryModeRecover : 

CcmFrameworkInfo
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
LowMemoryModeRecover _
	
Inherits 

CcmFrameworkInfo
[
SerializableAttribute]
public 
ref class 
LowMemoryModeRecover 
sealed : 
public 

CcmFrameworkInfo

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
LowMemoryModeRecover () () () ()
AvailableMegabytes
Currently available megabytes (default is 0)
ClientId
Client ID of the client sending the status message
(Inherited from CcmEvent.)
DateTime
Gets/sets the time for the status message. Defaults to Now.

This needs to be set to a SmsTime-style format, not a DateTime format or else serialization on the MP will fail.

(Inherited from CcmEvent.)
Equals(Object) (Inherited from Object.)
EventId
Event ID for the message
(Inherited from CcmEvent.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ProcessId
Gets/sets the ProcessID for the message. Defaults to the current process' ID.
(Inherited from CcmEvent.)
Severity
CCM_Framework_Info messages are always "Informational". Don't override this in any inheriting classes!
(Inherited from CcmFrameworkInfo.)
StatusMessageType
Type of CCM_ServiceHost_LowMemoryMode_Recover
(Overrides CcmFrameworkInfo . . :: . . StatusMessageType.)
Synchronizer
Thread-safe synchronization object
(Inherited from CcmEvent.)
ThreadId
Gets/sets the ThreadID for the message. Default to the current process' thread ID.
(Inherited from CcmEvent.)
ThresholdMegabytes
Threshold for sending status message (default is 0)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also