Interface ITopicResult<TValue>
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The result of a FetchAsync(string) invocation for a single selected topic.
public interface ITopicResult<TValue> : ITopicResult
Type Parameters
TValueThe value type.
- Inherited Members
Properties
Value
Gets the topic value.
TValue Value { get; }
Property Value
- TValue
The topic value or
nullif none available.