summaryM:DotNetNuke.Services.OutputCache.OutputCachingProvider.StreamOutput(System.Int32,System.String,System.Web.HttpContext)
Namespace: DotNetNuke.Services.OutputCacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public abstract bool StreamOutput( int tabId, string cacheKey, HttpContext context ) |
Visual Basic |
---|
Public MustOverride Function StreamOutput ( tabId As Integer, cacheKey As String, context As HttpContext ) As Boolean |
Parameters
- tabId
- Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.OutputCache.OutputCachingProvider.StreamOutput(System.Int32,System.String,System.Web.HttpContext)
- cacheKey
- Type: System..::..String
paramcacheKeyM:DotNetNuke.Services.OutputCache.OutputCachingProvider.StreamOutput(System.Int32,System.String,System.Web.HttpContext)
- context
- Type: System.Web..::..HttpContext
paramcontextM:DotNetNuke.Services.OutputCache.OutputCachingProvider.StreamOutput(System.Int32,System.String,System.Web.HttpContext)