DelayUntilDateTime Members
| Microsoft.Activities.Extensions |
| DelayUntilDateTime Members |
| DelayUntilDateTime Class Constructors Methods Properties See Also Send Feedback |
The DelayUntilDateTime type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DelayUntilDateTime |
Initializes a new instance of the DelayUntilDateTime class.
|
Methods
| Name | Description | |
|---|---|---|
| Abort | When implemented in a derived class, takes actions in response to the activity being aborted. (Inherited from NativeActivity.) | |
| CacheMetadata(ActivityMetadata) | Not implemented. Use the CacheMetadata(NativeActivityMetadata) method instead. (Inherited from NativeActivity.) | |
| CacheMetadata(NativeActivityMetadata) |
The cache metadata.
(Overrides NativeActivity..::..CacheMetadata(NativeActivityMetadata).) | |
| Cancel | When implemented in a derived class, runs logic to cause graceful early completion of the activity. (Inherited from NativeActivity.) | |
| Equals | (Inherited from Object.) | |
| Execute |
The execute method.
(Overrides NativeActivity..::..Execute(NativeActivityContext).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | (Inherited from NativeActivity.) | |
| OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | (Inherited from NativeActivity.) | |
| ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
| ToString | (Inherited from Activity.) | |
| UpdateInstance | (Inherited from NativeActivity.) |
Properties
| Name | Description | |
|---|---|---|
| CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) | |
| CanInduceIdle |
Gets a value indicating whether CanInduceIdle.
(Overrides NativeActivity..::..CanInduceIdle.) | |
| Constraints | Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (Inherited from Activity.) | |
| DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
| Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
| Implementation | The execution logic of the activity. (Inherited from NativeActivity.) | |
| ImplementationVersion | (Inherited from NativeActivity.) | |
| UntilDate |
Gets or sets the specific date and time to wait until
|