IMessagingConfiguration.MaxSocketAge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MaxSocketAge attribute specifies how long to keep an open socket before it is closed. Default is TimeSpan.MaxValue (never close sockets automatically, unles they were broken).
public TimeSpan MaxSocketAge { get; set; }
member this.MaxSocketAge : TimeSpan with get, set
Public Property MaxSocketAge As TimeSpan