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

Initializes the status message stored in memory for the instance of this class. If there is an existing status message in memory, it will not be overwritten unless you do this or set InitializeOnParse to true;

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
Initialize()
Public 
Sub 
Initialize
public:
void 
Initialize()

See Also