Share via


ReportingService2010.BeginGetCacheOptions Method

Definition

public:
 IAsyncResult ^ BeginGetCacheOptions(System::String ^ ItemPath, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetCacheOptions (string ItemPath, AsyncCallback callback, object asyncState);
member this.BeginGetCacheOptions : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginGetCacheOptions (ItemPath As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

ItemPath
String
callback
AsyncCallback
asyncState
Object

Returns

Applies to