SearchTopologyInvocationStatistics constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pCounterResetTime As DateTime, _
pNodeName As String, _
pEndpointId As String, _
pInvocationCount As Integer, _
pMinExecutionMilliseconds As Long, _
pMaxExecutionMilliseconds As Long, _
pAvgExecutionMilliseconds As Double, _
pAvgNetworkMilliseconds As Double, _
pMinTxDataSize As Long, _
pMaxTxDataSize As Long, _
pAvgTxDataSize As Double, _
pAggregateTxDataSize As Long, _
pMinRxDataSize As Long, _
pMaxRxDataSize As Long, _
pAvgRxDataSize As Double _
)
'Usage
Dim pCounterResetTime As DateTime
Dim pNodeName As String
Dim pEndpointId As String
Dim pInvocationCount As Integer
Dim pMinExecutionMilliseconds As Long
Dim pMaxExecutionMilliseconds As Long
Dim pAvgExecutionMilliseconds As Double
Dim pAvgNetworkMilliseconds As Double
Dim pMinTxDataSize As Long
Dim pMaxTxDataSize As Long
Dim pAvgTxDataSize As Double
Dim pAggregateTxDataSize As Long
Dim pMinRxDataSize As Long
Dim pMaxRxDataSize As Long
Dim pAvgRxDataSize As Double
Dim instance As New SearchTopologyInvocationStatistics(pCounterResetTime, _
pNodeName, pEndpointId, pInvocationCount, _
pMinExecutionMilliseconds, pMaxExecutionMilliseconds, _
pAvgExecutionMilliseconds, pAvgNetworkMilliseconds, _
pMinTxDataSize, pMaxTxDataSize, _
pAvgTxDataSize, pAggregateTxDataSize, _
pMinRxDataSize, pMaxRxDataSize, _
pAvgRxDataSize)
public SearchTopologyInvocationStatistics(
DateTime pCounterResetTime,
string pNodeName,
string pEndpointId,
int pInvocationCount,
long pMinExecutionMilliseconds,
long pMaxExecutionMilliseconds,
double pAvgExecutionMilliseconds,
double pAvgNetworkMilliseconds,
long pMinTxDataSize,
long pMaxTxDataSize,
double pAvgTxDataSize,
long pAggregateTxDataSize,
long pMinRxDataSize,
long pMaxRxDataSize,
double pAvgRxDataSize
)
Parameters
- pCounterResetTime
Type: System.DateTime
- pNodeName
Type: System.String
- pEndpointId
Type: System.String
- pInvocationCount
Type: System.Int32
- pMinExecutionMilliseconds
Type: System.Int64
- pMaxExecutionMilliseconds
Type: System.Int64
- pAvgExecutionMilliseconds
Type: System.Double
- pAvgNetworkMilliseconds
Type: System.Double
- pMinTxDataSize
Type: System.Int64
- pMaxTxDataSize
Type: System.Int64
- pAvgTxDataSize
Type: System.Double
- pAggregateTxDataSize
Type: System.Int64
- pMinRxDataSize
Type: System.Int64
- pMaxRxDataSize
Type: System.Int64
- pAvgRxDataSize
Type: System.Double
See also
Reference
SearchTopologyInvocationStatistics class