Walter.Web.FireWall
TryGetMapLocations Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure Namespace > ISubscriptionsRepository Interface : TryGetMapLocations Method
the address to query
the location if found
Get the stored location from backing storage (only available if using database)
Syntax
bool TryGetMapLocations( 
   IPAddress address,
   out IMapLocation? location
)

Parameters

address
the address to query
location
the location if found

Return Value

true if found
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISubscriptionsRepository Interface
ISubscriptionsRepository Members