DestinationState.ConcurrentRequestCount 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.
Keeps track of the total number of concurrent requests on this endpoint. The setter should only be used for testing purposes.
public int ConcurrentRequestCount { get; set; }
member this.ConcurrentRequestCount : int with get, set
Public Property ConcurrentRequestCount As Integer