5[[
"cpp:dll-export:ICE_API"]]
6[[
"cpp:doxygen:include:Ice/Ice.h"]]
9[[
"cpp:no-default-include"]]
10[[
"cpp:include:Ice/Config.h"]]
11[[
"cpp:include:Ice/StreamHelpers.h"]]
13[[
"js:module:@zeroc/ice"]]
18[
"cs:identifier:IceRpc.Internal"]
20[
"java:identifier:com.zeroc.Ice"]
31 [
"swift:identifier:normal"]
35 [
"deprecated:Use Idempotent instead."]
36 [
"swift:identifier:nonmutating"]
43 [
"swift:identifier:idempotent"]
OperationMode
Specifies if an operation is idempotent, which affects the retry behavior of the Ice client runtime.
@ Idempotent
An idempotent operation.
@ Nonmutating
Equivalent to Idempotent, but deprecated.
@ Normal
A non-idempotent operation (the default).