![]() | ActivityStatusModel Class |
Namespace: DoubleTake.Web.Models
The ActivityStatusModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActivityStatusModel | Initializes a new instance of the ActivityStatusModel class |
Name | Description | |
---|---|---|
![]() | Duration |
Gets or sets a value the duration of the activity at the time this status was yielded.
|
![]() | MessageFormatParameters |
Gets or sets the message format parameters.
|
![]() | MessageId |
Gets or sets a value representing a message identifier.
|
![]() | RequesterUserName |
Gets or sets the user that initiated the activity.
|
![]() | Status |
Gets or sets the current status of the activity.
|
![]() | StatusUri |
Gets or sets the URI to call to obtain further status information - missing if the status is 'completed', 'canceled' or 'faulted'.
|
![]() | TimeStamp |
Gets or sets the server time when the activity yielded this status.
|
![]() | Token |
Gets or sets a token that identifies the request that initiated the activity.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |