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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static TimeSpan? RequestTimeout { get; set; }

Property Value

NullableTimeSpan
See Also