Share via


GitHttpClient.DeleteRepositoryAsync Method

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function DeleteRepositoryAsync ( _
    repositoryId As Guid, _
    userState As Object _
) As Task
public Task DeleteRepositoryAsync(
    Guid repositoryId,
    Object userState
)
public:
Task^ DeleteRepositoryAsync(
    Guid repositoryId, 
    Object^ userState
)
member DeleteRepositoryAsync : 
        repositoryId:Guid * 
        userState:Object -> Task
public function DeleteRepositoryAsync(
    repositoryId : Guid, 
    userState : Object
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

.NET Framework Security

See Also

Reference

GitHttpClient Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace