ReportingService2005.GetCacheOptionsAsync 方法

定义

重载

GetCacheOptionsAsync(String)
GetCacheOptionsAsync(String, Object)

GetCacheOptionsAsync(String)

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

参数

Report
String

适用于

GetCacheOptionsAsync(String, Object)

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

参数

Report
String
userState
Object

适用于