Property IdempotentHint
IdempotentHint
If true, repeated calls with the same arguments have no additional effect (idempotent).
Only meaningful when ReadOnlyHint is false.
Default: false.
public bool IdempotentHint { get; }
If true, repeated calls with the same arguments have no additional effect (idempotent).
Only meaningful when ReadOnlyHint is false.
Default: false.
public bool IdempotentHint { get; }