Postpone Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity to suspend workflow execution.
public ref class Postpone sealed : System::Activities::NativeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class Postpone : System.Activities.NativeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type Postpone = class
inherit NativeActivity
Public NotInheritable Class Postpone
Inherits NativeActivity
- Inheritance
-
Postpone
- Attributes
Remarks
Use this activity type instead of the Windows Workflow FoundationDelay
activity.
Constructors
Postpone() |
Initializes a new instance of the |
Properties
BlockExecution |
Sets whether the workflow execution should be suspended. |
BookmarkCallback |
Gest the callback method used when workflow execution is resumed. |
PostponeUntil |
Sets the date and time the workflow execution will resume. |