Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Sub EndStartWorkflow ( _
    result As IAsyncResult _
)
void EndStartWorkflow(
    IAsyncResult result
)
void EndStartWorkflow(
    IAsyncResult^ result
)
abstract EndStartWorkflow : 
        result:IAsyncResult -> unit
function EndStartWorkflow(
    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.