Method TryGetLastValue
TryGetLastValue(string, out string?)
Retrieves a last value from the dictionary.
public bool TryGetLastValue(string key, out string? value)
Parameters
Returns
- bool
true if the NatsHeaders contains the key; otherwise, false.