This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Transmits the contents of this instance to specified output.
Namespace: Smartsite.Tools.Caching.Angelina
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public void TransmitContents( output ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub TransmitContents ( _ output As _ ) |
Parameters
- output
- Stream
Remarks
The cache entry must be readable for this method to succeed.
See Also
CacheEntry Class
Smartsite.Tools.Caching.Angelina Namespace