DiagnosticsDataNamespaceFactory.GetCacheUsageName method
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetCacheUsageName ( _
methodName As String _
) As String
'Usage
Dim methodName As String
Dim returnValue As String
returnValue = DiagnosticsDataNamespaceFactory.GetCacheUsageName(methodName)
public static string GetCacheUsageName(
string methodName
)
Parameters
- methodName
Type: System.String
Return value
Type: System.String
See also
Reference
DiagnosticsDataNamespaceFactory class