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
Gets the result of the operation, ensuring that any necessary exceptions are raised before accessing the result.
Declaration
public string Result { get; }
Property Value
| Type |
Description |
| System.String |
A System.String representing the result of the operation.
|
State
Declaration
public CacheRefreshPlanState State { get; }
Property Value