TeamFoundationOAuthService.DeleteApplication 方法

删除特定 clientId 指定的应用程序。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Sub DeleteApplication ( _
    requestContext As TeamFoundationRequestContext, _
    clientId As String _
)
public void DeleteApplication(
    TeamFoundationRequestContext requestContext,
    string clientId
)

参数

  • clientId
    类型:System.String
    应用程序的 clientId 移除。

.NET Framework 安全性

请参阅

参考

TeamFoundationOAuthService 类

Microsoft.TeamFoundation.Framework.Server 命名空间