Keeper SDK Class Library
C#
Show/Hide TOC
IFan
Out
T
Interface
Declares fan-out event delivery interface
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Properties
Methods
See Also