Namespace:  Microsoft.TeamFoundation.Git.Server.Routing
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Delegate Function InstantiateRouteMethod ( _
    address As String, _
    handler As IRouteHandler _
) As Route
public delegate Route InstantiateRouteMethod(
    string address,
    IRouteHandler handler
)
public delegate Route^ InstantiateRouteMethod(
    String^ address, 
    IRouteHandler^ handler
)
type InstantiateRouteMethod = 
    delegate of  
        address:string * 
        handler:IRouteHandler -> Route
JScript does not support delegates.
Parameters
- address
 Type: System.String
- handler
 Type: System.Web.Routing.IRouteHandler
Return Value
Type: System.Web.Routing.Route