The method invoked when a workflow has completed on a hosted agent.
Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub WorkflowCompleted ( _
    eventData As WorkflowCompletedEventArgs _
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowCompleted(
    WorkflowCompletedEventArgs eventData
)
[OperationContractAttribute(IsOneWay = true)]
void WorkflowCompleted(
    WorkflowCompletedEventArgs^ eventData
)
[<OperationContractAttribute(IsOneWay = true)>]
abstract WorkflowCompleted : 
        eventData:WorkflowCompletedEventArgs -> unit
function WorkflowCompleted(
    eventData : WorkflowCompletedEventArgs
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.