[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(
	
SmsEvent 
status,
	

IMessageSender 
sender
)
Protected 
Sub 
SendInlineStatusMessage ( _
	
status 
As 
SmsEvent, _
	
sender 
As 

IMessageSender _
)
protected:
void 
SendInlineStatusMessage(
	
SmsEvent^ 
status, 
	

IMessageSender^ 
sender
)

Parameters

status
SmsEvent
Status event object to send via the specified sender
sender
IMessageSender
Sender to use to send the message

See Also