Enum LocationEventId
This enum contains event ID constants used by log decorators of ILocationResolver, IServerAddressFinder and IServerAddressCache.
public enum LocationEventId
Fields
Resolved = 0The location resolver successfully resolved a location.
FailedToResolve = 1The location resolver failed to resolve a location.
FoundEntry = 2The server address cache found the requested location.
SetEntry = 3An entry was set in the server address cache.
RemovedEntry = 4An entry was removed from the server address cache.
FindFailed = 5The server address finder failed to find server address(es) for the given location.
Found = 6The server address finder found server address(es) for the given location.
BackgroundRefreshFailed = 7A background cache refresh failed.