Click or drag to resize
INotifierServiceUnregisterNotifier Method
Removes the specified event notifier from the system.

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

Parameters

notifier
Type: Ozeki.VoIPINotifier

Return Value

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