IGeoLookup MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IGeoLookup type exposes the following members.
Methods

  NameDescription
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodLookup
Tries to lookup the geo entitiy by domain IPAddress. Returns null when no match could be made
Back to Top
Properties

  NameDescription
Public propertyAvailable
Returns true when the underlying provider is initialized and ready to serve queries
Public propertyComponentCommonName
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations. This name is searched-by some management tools that allow to find component by this name that does not change between application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.)
Public propertyComponentDirector
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.)
Public propertyComponentSID
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.)
Public propertyResolution
Specifies how accurate the lookup is
Back to Top
See Also