Message.SendInlineStatusMessage Method (StatusMessage, IMessageSender)
Sends a status message. This is a synchronous operation and 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
protected void SendInlineStatusMessage(
StatusMessage status,
IMessageSender sender
)
protected:
void SendInlineStatusMessage(
StatusMessage^ status,
IMessageSender^ sender
)
Protected Sub SendInlineStatusMessage (
status As StatusMessage,
sender As IMessageSender
)
Parameters
status
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StatusMessageSender to use to send the message.
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderStatus message to send by using the specified sender.
See Also
SendInlineStatusMessage Overload
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top