IFanOutT Interface

Declares fan-out event delivery interface

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IFanOut<T> : IDisposable
Implements
IDisposable

Type Parameters

T
Type of event.

Properties

IsCompleted Gets completion flag.

Methods

Push Delivers event to subscribers.
RegisterCallback Registers notification callback.
RemoveCallback Removes registered callback.

See Also