MemoryDistributedCache.Get(String) Método
Definição
Obtém um valor com a chave fornecida.Gets a value with the given key.
public:
virtual cli::array <System::Byte> ^ Get(System::String ^ key);
public byte[] Get (string key);
abstract member Get : string -> byte[]
override this.Get : string -> byte[]
Public Function Get (key As String) As Byte()
Parâmetros
- key
- String
Uma cadeia de caracteres que identifica o valor solicitado.A string identifying the requested value.
Retornos
- Byte[]
O valor localizado ou null.The located value or null.