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
- repositoryId
Type: System.Guid
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task
.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.