Share via


ITopicTypesOperations Interface

Definition

TopicTypesOperations operations.

public interface ITopicTypesOperations
type ITopicTypesOperations = interface
Public Interface ITopicTypesOperations

Methods

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a topic type.

ListEventTypesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List event types.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List topic types.

Extension Methods

Get(ITopicTypesOperations, String)

Get a topic type.

GetAsync(ITopicTypesOperations, String, CancellationToken)

Get a topic type.

List(ITopicTypesOperations)

List topic types.

ListAsync(ITopicTypesOperations, CancellationToken)

List topic types.

ListEventTypes(ITopicTypesOperations, String)

List event types.

ListEventTypesAsync(ITopicTypesOperations, String, CancellationToken)

List event types.

Applies to