DistributedCachingChatClient.CacheKeyAdditionalValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets additional values used to inform the cache key employed for storing state.
public:
property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ CacheKeyAdditionalValues { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::Object ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<object>? CacheKeyAdditionalValues { get; set; }
member this.CacheKeyAdditionalValues : System.Collections.Generic.IReadOnlyList<obj> with get, set
Public Property CacheKeyAdditionalValues As IReadOnlyList(Of Object)
Property Value
Remarks
Any values set in this list will augment the other values used to inform the cache key.