INotifierServiceUnregisterNotifier Method |
Removes the specified event notifier from the system.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxbool UnregisterNotifier(
INotifier notifier
)
Function UnregisterNotifier (
notifier As INotifier
) As Boolean
bool UnregisterNotifier(
INotifier^ notifier
)
abstract UnregisterNotifier :
notifier : INotifier -> bool
Parameters
- notifier
- Type: Ozeki.VoIPINotifier
Return Value
Type:
BooleanTrue, if the notifier removed successfully; otherwise false.
See Also