This documentation is archived and is not being maintained.

GitRouteRegistration::InstantiateRouteMethod Delegate

Visual Studio 2013

Namespace:  Microsoft.TeamFoundation.Git.Server.Routing
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

public delegate Route^ InstantiateRouteMethod(
	String^ address, 
	IRouteHandler^ handler
)

Parameters

address
Type: System::String
handler
Type: System.Web.Routing::IRouteHandler

Return Value

Type: System.Web.Routing::Route
Show: