ActivityInfo 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.
Contains information on a tracked Activity.
public ref class ActivityInfo sealed
[System.Runtime.Serialization.DataContract]
public sealed class ActivityInfo
[<System.Runtime.Serialization.DataContract>]
type ActivityInfo = class
Public NotInheritable Class ActivityInfo
- Inheritance
-
ActivityInfo
- Attributes
Constructors
ActivityInfo(String, String, String, String) |
Initializes a new instance of the ActivityInfo class using the specified name, ID, instance ID and type name. |
Properties
Id |
Gets the ID for the activity. |
InstanceId |
Gets the run-time ID of the activity instance. |
Name |
Gets the name associated with the activity. |
TypeName |
Gets the type name of the activity. |
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() |
Gets a string representation of the ActivityInfo object. |