IWithTopic Interface

Definition

The stage of the Service Bus namespace update allowing to manage topics in the namespace.

public interface IWithTopic
type IWithTopic = interface
Public Interface IWithTopic
Derived

Methods

WithNewTopic(String, Int32)

Creates a topic entity in the Service Bus namespace.

WithoutTopic(String)

Removes a topic entity from the Service Bus namespace.

Applies to