ActivityBlockingUpdate Class

Definition

Represents an activity blocking update.

public ref class ActivityBlockingUpdate
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public class ActivityBlockingUpdate
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type ActivityBlockingUpdate = class
Public Class ActivityBlockingUpdate
Inheritance
ActivityBlockingUpdate
Attributes

Remarks

This class supports the versioning and dynamic update functionality of Windows Workflow Foundation. For more information about workflow versioning, workflow identity, and dynamic update, see the following topics:

Constructors

ActivityBlockingUpdate(Activity, String, String)

Initializes a new instance of the ActivityBlockingUpdate class with the specified activity, original activity identifier and reason.

ActivityBlockingUpdate(Activity, String, String, String)

Initializes a new instance of the ActivityBlockingUpdate class with the specified activity, original activity identifier, reason and activity instance identifier.

ActivityBlockingUpdate(String, String, String)

Initializes a new instance of the ActivityBlockingUpdate class with the specified updated activity identifier, original activity identifier and reason.

ActivityBlockingUpdate(String, String, String, String)

Initializes a new instance of the ActivityBlockingUpdate class with the specified updated activity identifier, original activity identifier, reason and activity instance identifier.

Properties

Activity

Gets the activity of the workflow definition.

ActivityInstanceId

Gets or sets the unique identifier of the currently executing activity instance.

OriginalActivityId

Gets or sets the identifier of the original activity in the workflow definition.

Reason

Gets or sets the reason for the activity blocking.

UpdatedActivityId

Gets or sets the updated activity identifier in the workflow definition.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to