IDistributedCache.Get(String) Metodo

Definizione

Ottiene un valore con la chiave specificata.

public:
 cli::array <System::Byte> ^ Get(System::String ^ key);
public byte[] Get (string key);
public byte[]? Get (string key);
abstract member Get : string -> byte[]
Public Function Get (key As String) As Byte()

Parametri

key
String

Stringa che identifica il valore richiesto.

Restituisce

Byte[]

Valore individuato o Null.

Si applica a