ReportingService2005.FlushCacheAsync 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.
Overloads
FlushCacheAsync(String) | |
FlushCacheAsync(String, Object) |
FlushCacheAsync(String)
public:
void FlushCacheAsync(System::String ^ Report);
public void FlushCacheAsync (string Report);
member this.FlushCacheAsync : string -> unit
Public Sub FlushCacheAsync (Report As String)
Parameters
- Report
- String
Applies to
FlushCacheAsync(String, Object)
public:
void FlushCacheAsync(System::String ^ Report, System::Object ^ userState);
public void FlushCacheAsync (string Report, object userState);
member this.FlushCacheAsync : string * obj -> unit
Public Sub FlushCacheAsync (Report As String, userState As Object)
Parameters
- Report
- String
- userState
- Object