BIDataContainer.CreateCacheKey method
Creates a cache key with the parameter message and endpoint.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function CreateCacheKey As String
'Usage
Dim instance As BIDataContainer
Dim returnValue As String
returnValue = instance.CreateCacheKey()
public string CreateCacheKey()
Return value
Type: System.String
A cache key with the parameter message and endpoint.