DistributedCachingChatClient.CacheKeyAdditionalValues Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define valores adicionais usados para informar a chave de cache empregada para armazenar 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 Propriedade
Observações
Quaisquer valores definidos nesta lista irão complementar os outros valores usados para informar a chave de cache.