Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RpcCallClientLocality enumeration specifies the set of possible RPC client localities.
Syntax
typedef enum tagRpcCallClientLocality {
rcclInvalid = 0,
rcclLocal,
rcclRemote,
rcclClientUnknownLocality
} RpcCallClientLocality;
Constants
rcclInvalidValue: 0 The RPC client locality is invalid. |
rcclLocalThe RPC client is local. |
rcclRemoteThe RPC client is remote. |
rcclClientUnknownLocalityThe RPC client has an unknown locality. |
Requirements
| Requirement | Value |
|---|---|
| Header | rpcasync.h |