ReportingService2010.FlushCacheAsync 方法

定義

多載

FlushCacheAsync(String)

public:
 void FlushCacheAsync(System::String ^ ItemPath);
public void FlushCacheAsync(string ItemPath);
member this.FlushCacheAsync : string -> unit
Public Sub FlushCacheAsync (ItemPath As String)

參數

ItemPath
String

適用於

FlushCacheAsync(String, Object)

public:
 void FlushCacheAsync(System::String ^ ItemPath, System::Object ^ userState);
public void FlushCacheAsync(string ItemPath, object userState);
member this.FlushCacheAsync : string * obj -> unit
Public Sub FlushCacheAsync (ItemPath As String, userState As Object)

參數

ItemPath
String
userState
Object

適用於