SearchTopologyRemotingStatistics constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pCounterResetTime As DateTime, _
pNodeName As String, _
pConnectionRetries As Long, _
pConnectionTimeouts As Long, _
pEndpointRetries As Long, _
pStaleServiceReferenceExceptions As Long _
)
'Usage
Dim pCounterResetTime As DateTime
Dim pNodeName As String
Dim pConnectionRetries As Long
Dim pConnectionTimeouts As Long
Dim pEndpointRetries As Long
Dim pStaleServiceReferenceExceptions As Long
Dim instance As New SearchTopologyRemotingStatistics(pCounterResetTime, _
pNodeName, pConnectionRetries, pConnectionTimeouts, _
pEndpointRetries, pStaleServiceReferenceExceptions)
public SearchTopologyRemotingStatistics(
DateTime pCounterResetTime,
string pNodeName,
long pConnectionRetries,
long pConnectionTimeouts,
long pEndpointRetries,
long pStaleServiceReferenceExceptions
)
Parameters
- pCounterResetTime
Type: System.DateTime
- pNodeName
Type: System.String
- pConnectionRetries
Type: System.Int64
- pConnectionTimeouts
Type: System.Int64
- pEndpointRetries
Type: System.Int64
- pStaleServiceReferenceExceptions
Type: System.Int64
See also
Reference
SearchTopologyRemotingStatistics class