Sdílet prostřednictvím


IBufferDistributedCache.TryGet(String, IBufferWriter<Byte>) Metoda

Definice

Pokusí se načíst existující položku mezipaměti.

public:
 bool TryGet(System::String ^ key, System::Buffers::IBufferWriter<System::Byte> ^ destination);
public bool TryGet (string key, System.Buffers.IBufferWriter<byte> destination);
abstract member TryGet : string * System.Buffers.IBufferWriter<byte> -> bool
Public Function TryGet (key As String, destination As IBufferWriter(Of Byte)) As Boolean

Parametry

key
String

Jedinečný klíč položky mezipaměti.

destination
IBufferWriter<Byte>

Cíl napsat obsah mezipaměti při úspěchu.

Návraty

true, pokud se položka mezipaměti najde, false jinak.

Poznámky

Toto je funkčně podobné Get(String), ale zabraňuje přidělení pole.

Platí pro