TTMSMCPIdempotentAttribute Class
Declares that repeating the call with the same arguments has no further effect.
API unit family: TMS.MCP.Attributes
Inherits from: TTMSMCPCustomAttribute
Implements: ITMSMCPIdempotentAttribute
Syntax
TTMSMCPIdempotentAttribute = class(TTMSMCPCustomAttribute, ITMSMCPIdempotentAttribute)
Remarks
Applying the attribute sets the idempotent hint to True, which allows a client to retry the call safely after a timeout. The hint is simply absent when the attribute is not applied.