ReportingService2005.BeginSetCacheOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginSetCacheOptions(System::String ^ Report, bool CacheReport, Microsoft::SqlServer::ReportingServices2005::ExpirationDefinition ^ Item, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetCacheOptions (string Report, bool CacheReport, Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition Item, AsyncCallback callback, object asyncState);
member this.BeginSetCacheOptions : string * bool * Microsoft.SqlServer.ReportingServices2005.ExpirationDefinition * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetCacheOptions (Report As String, CacheReport As Boolean, Item As ExpirationDefinition, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Report
- String
- CacheReport
- Boolean
- Item
- ExpirationDefinition
- callback
- AsyncCallback
- asyncState
- Object