BuildDropProvider.EndCopyDirectory Method

Ends an asynchronous directory copy operation.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public MustOverride Sub EndCopyDirectory ( _
    result As IAsyncResult _
)
public abstract void EndCopyDirectory(
    IAsyncResult result
)
public:
virtual void EndCopyDirectory(
    IAsyncResult^ result
) abstract
abstract EndCopyDirectory : 
        result:IAsyncResult -> unit
public abstract function EndCopyDirectory(
    result : IAsyncResult
)

Parameters

.NET Framework Security

See Also

Reference

BuildDropProvider Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace