Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IPubSubProvider Interface

Interface implemented by pub/sub providers.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public interface IPubSubProvider;

Methods

PublicPublishAsyncPublish a message to a channel.
PublicSubscribeAsyncSubscribe to a channel.
PublicUnsubscribeAsyncUnsubscribe from a channel.

See Also YetaWF.Core Overview