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

Sends a status message. This is a synchronous operation so it should be called from a separate thread to avoid blocking

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
void 
SendInlineStatusMessage(
	

StatusMessage 
status,
	

IMessageSender 
sender
)
Protected 
Sub 
SendInlineStatusMessage ( _
	
status 
As 

StatusMessage, _
	
sender 
As 

IMessageSender _
)
protected:
void 
SendInlineStatusMessage(
	

StatusMessage^ 
status, 
	

IMessageSender^ 
sender
)

Parameters

status
StatusMessage
Sender to use to send the message
sender
IMessageSender
Status message to send via the specified sender

See Also