Table of Contents

Interface ITopicRemovalResult

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly
Diffusion.Client.dll

Reports the number of topics removed by a call to RemoveTopicsAsync(string).

Since 6.6.

public interface ITopicRemovalResult

Properties

RemovedCount

The integer returned represents the number of topics removed by the operation. This does not include any derived topics created by a topic view which were removed as a side effect of this action.

Returns the count of topics removed.

int RemovedCount { get; }

Property Value

int

The number of topics removed.