DelayUntil Class
Represents an activity to delay workflow execution until a particular DateTime.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Activities.Expressions.DelayUntil
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Activities.Expressions.DelayUntil
| Name | Description | |
|---|---|---|
![]() | DelayUntil() | Initializes a new instance of the DelayUntil class. |
![]() | DelayUntil(InArgument<DateTime>) | Initializes a new instance of the DelayUntil class with specified date to wake up in the workflow. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Date | Gets or sets the date to wake up the workflow. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


