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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static TimeSpan? RequestTimeout { get; set; }Public Shared Property RequestTimeout As TimeSpan?
Get
Set
Property Value
NullableTimeSpan
See Also