LocationWebService.ConfigureAccessMapping Method

Adds or updates the access mapping with the provided accessMapping data.

This function optionally generates or updates location mappings for all registered services that are relative to a given tier.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ConfigureAccessMapping ( _
    accessMapping As AccessMapping, _
    lastChangeId As Integer, _
    makeDefault As Boolean _
) As LocationServiceData
[WebMethodAttribute]
public LocationServiceData ConfigureAccessMapping(
    AccessMapping accessMapping,
    int lastChangeId,
    bool makeDefault
)
[WebMethodAttribute]
public:
LocationServiceData^ ConfigureAccessMapping(
    AccessMapping^ accessMapping, 
    int lastChangeId, 
    bool makeDefault
)
[<WebMethodAttribute>]
member ConfigureAccessMapping : 
        accessMapping:AccessMapping * 
        lastChangeId:int * 
        makeDefault:bool -> LocationServiceData
public function ConfigureAccessMapping(
    accessMapping : AccessMapping, 
    lastChangeId : int, 
    makeDefault : boolean
) : LocationServiceData

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.LocationServiceData
LocationServiceData that contains all valid access mappings including the one that was just registered and all of the definitions registered in this location service.

.NET Framework Security

See Also

Reference

LocationWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace