IAgentReservationExtension.EndStopWorkflow Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Sub EndStopWorkflow ( _
result As IAsyncResult _
)
void EndStopWorkflow(
IAsyncResult result
)
void EndStopWorkflow(
IAsyncResult^ result
)
abstract EndStopWorkflow :
result:IAsyncResult -> unit
function EndStopWorkflow(
result : IAsyncResult
)
Parameters
- result
Type: System.IAsyncResult
.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.