Suspend Class

Definition

Suspends the current workflow.

public ref class Suspend : System::Activities::NativeActivity
public class Suspend : System.Activities.NativeActivity
type Suspend = class
    inherit NativeActivity
Public Class Suspend
Inherits NativeActivity
Inheritance
Suspend

Constructors

Suspend()

Properties

CanInduceIdle

Returns true if the activity can induce an idle.

Label

Optional field used for resuming the worklfow for a specific label.

Methods

Execute(NativeActivityContext)

Invokes the activity

Applies to