IMessageSettings.PostSendActionsEnabled Property
If true, and the message supports this, asynchronous post-send tasks are run.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
bool PostSendActionsEnabled { get; set; }
property bool PostSendActionsEnabled {
bool get();
void set(bool value);
}
Property PostSendActionsEnabled As Boolean
Property Value
Type: System.Boolean
True if a post-send asynchronous task should be run; otherwise false.
See Also
IMessageSettings Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top