ReportingService2010.GetCacheOptionsAsync 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
| 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)
Parameters
- ItemPath
- String
Applies to
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)
Parameters
- ItemPath
- String
- userState
- Object