Click or drag to resize

AmqpCFXEndpointRequestTimeout Property

When executing a point to point request/response call to another CFX endpoint, this time span specifies the maximum amount of time that this endpoint will wait for the other endpoint to respond before timing out. The default is 30 seconds.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static TimeSpan? RequestTimeout { get; set; }

Property Value

NullableTimeSpan
See Also