Class GetCacheRefreshPlanPropertiesCompletedEventArgs
Inheritance
System.Object
GetCacheRefreshPlanPropertiesCompletedEventArgs
Assembly: BoldReports.Web.dll
Syntax
public class GetCacheRefreshPlanPropertiesCompletedEventArgs : AsyncCompletedEventArgs
Properties
EventType
Declaration
public string EventType { get; }
Property Value
Type |
Description |
System.String |
|
LastRunStatus
Declaration
public string LastRunStatus { get; }
Property Value
Type |
Description |
System.String |
|
MatchData
Declaration
public string MatchData { get; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
public ParameterValue[] Parameters { get; }
Property Value
Result
Declaration
public string Result { get; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public CacheRefreshPlanState State { get; }
Property Value