Table of Contents

Enum LocationEventId

Namespace
IceRpc.Locator
Assembly
IceRpc.Locator.dll

This enum contains event ID constants used by log decorators of ILocationResolver, IServerAddressFinder and IServerAddressCache.

public enum LocationEventId

Fields

Resolved = 0

The location resolver successfully resolved a location.

FailedToResolve = 1

The location resolver failed to resolve a location.

FoundEntry = 2

The server address cache found the requested location.

SetEntry = 3

An entry was set in the server address cache.

RemovedEntry = 4

An entry was removed from the server address cache.

FindFailed = 5

The server address finder failed to find server address(es) for the given location.

Found = 6

The server address finder found server address(es) for the given location.

BackgroundRefreshFailed = 7

A background cache refresh failed.