SPRequestUsageEntry.RequestManagementResponseDuration property
Gets or sets the duration Request Management took to get the response from the backend machine
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestManagementResponseDuration As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Long)
value = instance.RequestManagementResponseDuration
instance.RequestManagementResponseDuration = value
public Nullable<long> RequestManagementResponseDuration { get; set; }
Property value
Type: System.Nullable<Int64>