Adds execution object to cache.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:
PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
void AddExecutionToCache(
string executionId,
Object executionCacheObject
) |
Visual Basic (Declaration) |
---|
Sub AddExecutionToCache ( _
executionId As String, _
executionCacheObject As Object _
) |
Visual C++ |
---|
void AddExecutionToCache(
String^ executionId,
Object^ executionCacheObject
) |
See Also