Method GetValue
GetValue<T>()
Will return the value present in the cache, but only if the event was registered against Metadata or DataWithMetadata, otherwise it will be null.
Declaration
public T GetValue<T>()
Returns
Type | Description |
---|---|
T | Type of the value present in the cache. |
Type Parameters
Name | Description |
---|---|
T | Type of the value present in the cache. |