Click or drag to resize

NWFRouteParserCreateArgs Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static NWFRouteArgs CreateArgs(
	Uri baseUri,
	NameValueCollection parameters,
	Func<string, NWFRouteArgs> deserializer,
	List<Country> countries,
	INwfPrincipal nwfPrincipal
)

Parameters

baseUri
Type: SystemUri
parameters
Type: System.Collections.SpecializedNameValueCollection
deserializer
Type: SystemFuncString, NWFRouteArgs
countries
Type: System.Collections.GenericListCountry
nwfPrincipal
Type: Telogis.GeoBase.GeoStream.Server.NWF.AuthenticationINwfPrincipal

Return Value

Type: NWFRouteArgs
See Also