Postpone Class

Definition

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 Postpone class.

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.

Applies to