ReportingService2010.CreateCacheRefreshPlanAsync 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
| CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[]) | |
| CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[], Object) |
CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[])
public:
void CreateCacheRefreshPlanAsync(System::String ^ ItemPath, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters);
public void CreateCacheRefreshPlanAsync (string ItemPath, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters);
member this.CreateCacheRefreshPlanAsync : string * string * string * string * Microsoft.SqlServer.ReportingServices2010.ParameterValue[] -> unit
Public Sub CreateCacheRefreshPlanAsync (ItemPath As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue())
Parameters
- ItemPath
- String
- Description
- String
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValue[]
Applies to
CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[], Object)
public:
void CreateCacheRefreshPlanAsync(System::String ^ ItemPath, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters, System::Object ^ userState);
public void CreateCacheRefreshPlanAsync (string ItemPath, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters, object userState);
member this.CreateCacheRefreshPlanAsync : string * string * string * string * Microsoft.SqlServer.ReportingServices2010.ParameterValue[] * obj -> unit
Public Sub CreateCacheRefreshPlanAsync (ItemPath As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue(), userState As Object)
Parameters
- ItemPath
- String
- Description
- String
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValue[]
- userState
- Object