A synchronous request to query and watch contact entries.

Namespace: ININ.IceLib.Directories
Assembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void StartWatching(
	ContactDirectoryWatchSettings watchSettings
)
Visual Basic
Public Sub StartWatching ( _
	watchSettings As ContactDirectoryWatchSettings _
)

Parameters

watchSettings
Type: ININ.IceLib.Directories..::..ContactDirectoryWatchSettings
The watch settings.

Remarks

Note
All event handlers should be added before calling StartWatching()()()(), StartWatchingAsync(AsyncCompletedEventHandler, Object), StartWatching(ContactDirectoryWatchSettings), or StartWatchingAsync(ContactDirectoryWatchSettings, AsyncCompletedEventHandler, Object).
Note
For more information on watches see How Watches Work.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..InvalidOperationExceptionA watch has already been started for this instance of ContactDirectory.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also