Class GetSubscriptionPropertiesCompletedEventArgs
Inheritance
System.Object
GetSubscriptionPropertiesCompletedEventArgs
Assembly: BoldReports.Web.dll
Syntax
public class GetSubscriptionPropertiesCompletedEventArgs : AsyncCompletedEventArgs
Properties
Active
Declaration
public ActiveState Active { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
| Type |
Description |
| System.String |
|
EventType
Declaration
public string EventType { get; }
Property Value
| Type |
Description |
| System.String |
|
ExtensionSettings
Declaration
public ExtensionSettings ExtensionSettings { get; }
Property Value
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.
|
Status
Declaration
public string Status { get; }
Property Value
| Type |
Description |
| System.String |
|