DistributedCachingChatClient.CacheKeyAdditionalValues Propiedad

Definición

Obtiene o establece valores adicionales usados para informar a la clave de caché empleada para almacenar el estado.

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)

Valor de propiedad

Comentarios

Los valores establecidos en esta lista aumentarán los demás valores usados para informar a la clave de caché.

Se aplica a