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: 1.7.3
Syntax
public static TimeSpan? RequestTimeout { get; set; }

Property Value

NullableTimeSpan
See Also