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