Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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