Click or drag to resize

INotifierServiceUnregisterNotifier Method

Removes the specified event notifier from the system.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
bool UnregisterNotifier(
	INotifier notifier
)

Parameters

notifier
Type: Ozeki.VoIPINotifier

Return Value

Type: Boolean
True, if the notifier removed successfully; otherwise false.
See Also