ServiceEndpointExecutionData 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 service endpoint execution data.
[System.Runtime.Serialization.DataContract]
public sealed class ServiceEndpointExecutionData
type ServiceEndpointExecutionData = class
Public NotInheritable Class ServiceEndpointExecutionData
- Inheritance
-
ServiceEndpointExecutionData
- Attributes
Constructors
ServiceEndpointExecutionData() | |
ServiceEndpointExecutionData(String, TaskOrchestrationOwner, TaskOrchestrationOwner, DateTime, DateTime, TaskResult) |
Properties
Definition |
Gets the definition of service endpoint execution owner. |
FinishTime |
Gets the finish time of service endpoint execution. |
Id |
Gets the Id of service endpoint execution data. |
Owner |
Gets the owner of service endpoint execution data. |
PlanType |
Gets the plan type of service endpoint execution data. |
Result |
Gets the result of service endpoint execution. |
StartTime |
Gets the start time of service endpoint execution. |
Methods
Clone() |