This documentation is archived and is not being maintained.
RemoteWorkflowCompletedEventArgs Class
Visual Studio 2013
Represents the event arguments that encapsulate the result of running a workflow on an agent.
System.Object
System.EventArgs
Microsoft.TeamFoundation.Build.Workflow.Services.AgentReservationEventArgs
Microsoft.TeamFoundation.Build.Workflow.Services.RemoteWorkflowCompletedEventArgs
System.EventArgs
Microsoft.TeamFoundation.Build.Workflow.Services.AgentReservationEventArgs
Microsoft.TeamFoundation.Build.Workflow.Services.RemoteWorkflowCompletedEventArgs
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The RemoteWorkflowCompletedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Exception | Gets the Exception, if any, that was thrown by the workflow. |
![]() | ReservationId | Gets the reservation ID. (Inherited from AgentReservationEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
