PSCacheLog constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pLoggingKey As String, _
pCacheContainer As String, _
pIsCacheHit As Boolean, _
pDurationMilliseconds As Integer _
)
'Usage
Dim pLoggingKey As String
Dim pCacheContainer As String
Dim pIsCacheHit As Boolean
Dim pDurationMilliseconds As Integer
Dim instance As New PSCacheLog(pLoggingKey, _
pCacheContainer, pIsCacheHit, pDurationMilliseconds)
public PSCacheLog(
string pLoggingKey,
string pCacheContainer,
bool pIsCacheHit,
int pDurationMilliseconds
)
Parameters
- pLoggingKey
Type: System.String
- pCacheContainer
Type: System.String
- pIsCacheHit
Type: System.Boolean
- pDurationMilliseconds
Type: System.Int32