ActivityInstance Class
Represents the instance state of an activity at runtime.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Activity | Gets the activity represented by the current ActivityInstance. |
![]() | Id | Gets an identifier that uniquely identifies the ActivityInstance. |
![]() | ImplementationVersion | Gets or sets the implementation version for the instance. |
![]() | IsCompleted | Gets a value that indicates whether the activity represented by the current ActivityInstance is completed. |
![]() | State | Gets the ActivityInstanceState of the current ActivityInstance. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

