다음을 통해 공유


ReportingService2010.FlushCacheAsync 메서드

정의

오버로드

FlushCacheAsync(String)
FlushCacheAsync(String, Object)

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

적용 대상