Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When true, and supported by the message, an asynchronous post-send task will run.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool PostSendActionsEnabled { get; set; }
public:
property bool PostSendActionsEnabled {
virtual bool get() sealed;
virtual void set(bool value) sealed;
}
Public Property PostSendActionsEnabled As Boolean
Property Value
Type: System.Boolean
True if a post-send asynchronous task should be run; otherwise false.
Implements
IMessageSettings.PostSendActionsEnabled
See Also
MessageFileSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top