Tells the service to refresh any configuration information from the metadata if a metadata location was configured.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Configure ( _
    requestContext As TeamFoundationRequestContext, _
    metadataLocation As String, _
    proxyLocation As String, _
    realm As Uri _
)
public void Configure(
    TeamFoundationRequestContext requestContext,
    string metadataLocation,
    string proxyLocation,
    Uri realm
)
public:
void Configure(
    TeamFoundationRequestContext^ requestContext, 
    String^ metadataLocation, 
    String^ proxyLocation, 
    Uri^ realm
)
member Configure : 
        requestContext:TeamFoundationRequestContext * 
        metadataLocation:string * 
        proxyLocation:string * 
        realm:Uri -> unit
public function Configure(
    requestContext : TeamFoundationRequestContext, 
    metadataLocation : String, 
    proxyLocation : String, 
    realm : Uri
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- metadataLocation
 Type: System.String
- proxyLocation
 Type: System.String
- realm
 Type: System.Uri
.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.