IFanOutTRemoveCallback Method

Removes registered callback.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
void RemoveCallback(
	NotificationCallback<T> callback
)

Parameters

callback  NotificationCallbackT

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

See Also