TeamFoundationOAuthService.DeleteApplication Method

Delete the application specified by the given clientId.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub DeleteApplication ( _
    requestContext As TeamFoundationRequestContext, _
    clientId As String _
)
public void DeleteApplication(
    TeamFoundationRequestContext requestContext,
    string clientId
)
public:
void DeleteApplication(
    TeamFoundationRequestContext^ requestContext, 
    String^ clientId
)
member DeleteApplication : 
        requestContext:TeamFoundationRequestContext * 
        clientId:string -> unit
public function DeleteApplication(
    requestContext : TeamFoundationRequestContext, 
    clientId : String
)

Parameters

  • clientId
    Type: System.String

    The clientId of the application to remove.

.NET Framework Security

See Also

Reference

TeamFoundationOAuthService Class

Microsoft.TeamFoundation.Framework.Server Namespace