NotifierContainerAddNotifier Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool AddNotifier(
INotifier notifier
)
Public Function AddNotifier (
notifier As INotifier
) As Boolean
public:
bool AddNotifier(
INotifier^ notifier
)
member AddNotifier :
notifier : INotifier -> bool
Parameters
- notifier
- Type: Ozeki.VoIPINotifier
Return Value
Type:
BooleanSee Also