Options that determine the mode of operation of an AzureCacheInvalidator2 instance.
Namespace: PostSharp.Patterns.Caching.Backends.Azure
Assembly: PostSharp.Patterns.Caching.Backends.Azure.dll
Syntax
public class AzureServiceBusCacheInvalidatorOptions : CacheInvalidatorOptions
Constructors
Name | Description |
---|---|
AzureServiceBusCacheInvalidatorOptions(string, string) | Initializes a new instance of options. |
Properties
Name | Description |
---|---|
AdministrationClientOptions | Gets or sets ServiceBusAdministrationClientOptions. |
AutoDeleteOnIdle | Gets or sets the time after which the subscription is automatically deleted. |
ClientOptions | Gets or sets ServiceBusClientOptions. |
ConnectionString | Gets the connection string. |
MaxDeliveryCount | Gets or sets the maximum delivery count of a message after which it is dead-lettered. |
RetryOnReceiveError | Gets or sets the time span after which the receive is retried after encoutering an error. |
SubscriptionName | Gets the topic subscription name. Not to be confused with the Azure subscription id. If this property is not supplied, a new auto-deleted subscription is created every time the component is instantiated. |
TopicName | Gets or sets the topic name. |