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"]]
15[
"java:identifier:com.zeroc.Ice"]
23 [
"swift:identifier:normal"]
27 [
"deprecated:Use Idempotent instead."]
28 [
"swift:identifier:nonmutating"]
35 [
"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).