ActivityInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the instance state of an activity at runtime.
public ref class ActivityInstance sealed
[System.Runtime.Serialization.DataContract(Name="ActivityInstance", Namespace="http://schemas.datacontract.org/2010/02/System.Activities")]
public sealed class ActivityInstance
[<System.Runtime.Serialization.DataContract(Name="ActivityInstance", Namespace="http://schemas.datacontract.org/2010/02/System.Activities")>]
type ActivityInstance = class
interface ActivityInstanceMap.IActivityReference
[<System.Runtime.Serialization.DataContract(Name="ActivityInstance", Namespace="http://schemas.datacontract.org/2010/02/System.Activities")>]
type ActivityInstance = class
interface ActivityInstanceMap.IActivityReferenceWithEnvironment
interface ActivityInstanceMap.IActivityReference
Public NotInheritable Class ActivityInstance
- Inheritance
-
ActivityInstance
- Attributes
Properties
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. |
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) |