Share via


MessageSettings.PostSendActionsEnabled Property

 

Gets or sets a value that indicates whether a post-send asynchronous task should be run, if supported by the message.

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

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top