AzureCacheInvalidatorOptions Properties |
The AzureCacheInvalidatorOptions type exposes the following members.
Name | Description | |
---|---|---|
ConnectionString |
Gets or sets the connection string for the Azure Service Bus topic. The value must be a valid argument of the TopicClient.CreateFromConnectionString method.
| |
Prefix |
Gets or sets the prefix of messages sent by the CacheInvalidator.
Messages received by the OnMessageReceived(String) method are
ignored if they don't start with the proper prefix.
(Inherited from CacheInvalidatorOptions.) |