GeoIPHelperInitIPToOrgService Method |
Initializes the IP to organization service with options.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax public static void InitIPToOrgService(
int options
)
Parameters
- options
- Type: SystemInt32
The options from LookupService. Like GEOIP_STANDARD, GEOIP_MEMORY_CACHE, etc.
See Also