다음을 통해 공유


ReportingService2010.GetCacheOptionsAsync 메서드

정의

오버로드

GetCacheOptionsAsync(String)
GetCacheOptionsAsync(String, Object)

GetCacheOptionsAsync(String)

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

매개 변수

ItemPath
String

적용 대상

GetCacheOptionsAsync(String, Object)

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

매개 변수

ItemPath
String
userState
Object

적용 대상