ISubscriptionQuery Members
Include Protected Members
Include Inherited Members
Defines methods and properties that handle the subscription query.
The ISubscriptionQuery type exposes the following members.
Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets whether the subscription query is enabled. | |
ExpireAfter | Gets or sets how often to refresh the subscription query. | |
Filters | Gets a collection of values that must be passed as input parameters to the query. | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
LastException | Gets the exception information of the last refresh attempt. | |
LastRefreshed | Gets the DateTime value at which the query was last executed. | |
MethodInstance | Gets or sets the method instance definition for the query. | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) | |
RefreshStatus | Gets the refresh status of the query. | |
Subscription | Gets the subscription that contains this query. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
Delete | Deletes the subscription query from the Queries collection of the subscription. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
Update | Updates the subscription query definition information. |
Top