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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static TimeSpan? RequestTimeout { get; set; }
Public Shared Property RequestTimeout As TimeSpan?
Get
Set
Property Value
NullableTimeSpan
See Also