Table of Contents

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

TValue

The value type.

Inherited Members

Properties

Value

Gets the topic value.

TValue Value { get; }

Property Value

TValue

The topic value or null if none available.