Postpone Class
Applies To: Dynamics CRM 2015
Suspends the workflow until the specified date and time.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Inheritance Hierarchy
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Xrm.Sdk.Workflow.Activities.Postpone
Syntax
public sealed class Postpone : NativeActivity
public ref class Postpone sealed : NativeActivity
[<Sealed>]
type Postpone =
class
inherit NativeActivity
end
Public NotInheritable Class Postpone
Inherits NativeActivity
Constructors
Name | Description | |
---|---|---|
Postpone() | Initializes a new instance of the Postpone class. |
Properties
Name | Description | |
---|---|---|
BlockExecution | Sets whether the workflow execution should be suspended. |
|
BookmarkCallback | Gest the callback method used when workflow execution is resumed. |
|
CacheId | (Inherited from Activity.) |
|
DisplayName | (Inherited from Activity.) |
|
Id | (Inherited from Activity.) |
|
ImplementationVersion | (Inherited from NativeActivity.) |
|
PostponeUntil | Sets the date and time the workflow execution will resume. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Activity.) |
Remarks
Use this activity type instead of the Windows Workflow Foundation Delay activity.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Custom XAML workflows
Return to top
© 2016 Microsoft. All rights reserved. Copyright