Click or drag to resize

IFanOutTRegisterCallback Method

Registers notification callback.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
void RegisterCallback(
	NotificationCallback<T> callback
)

Parameters

callback  NotificationCallbackT

[Missing <param name="callback"/> documentation for "M:KeeperSecurity.Utils.IFanOut`1.RegisterCallback(KeeperSecurity.Utils.NotificationCallback{`0})"]

See Also