IMessageBus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a message bus for publishing data.
public interface IMessageBus
type IMessageBus = interface
Public Interface IMessageBus
Methods
| Name | Description |
|---|---|
| PublishAsync(IDataProducer, IData) |
Publishes the specified data using the provided data producer. |