Share via


GitRouteRegistration.InstantiateRouteMethod Delegate

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

Return Value

Type: System.Web.Routing.Route

See Also

Reference

Microsoft.TeamFoundation.Git.Server.Routing Namespace