Click or drag to resize

IFanOutT Interface

Declares fan-out event delivery interface

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IFanOut<T> : IDisposable

Type Parameters

T
Type of event.

The IFanOutT type exposes the following members.

Properties
 NameDescription
Public propertyIsCompleted Gets completion flag.
Top
Methods
 NameDescription
Public methodPush Delivers event to subscribers.
Public methodRegisterCallback Registers notification callback.
Public methodRemoveCallback Removes registered callback.
Top
See Also