Share via


SharePointWebApplication.ResetServiceDefinitions Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SharePointWebApplication Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace