A synchronous request to change the watch.

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 ChangeWatched(
	ContactDirectoryWatchSettings watchSettings
)
Visual Basic
Public Sub ChangeWatched ( _
	watchSettings As ContactDirectoryWatchSettings _
)

Parameters

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

Remarks

This method is only valid for paged directories, that is, directories on which a viewed watch is active.
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 was not started or this method was called on a directory that is not a paged directory. The request timed out while waiting for a response.The Session does not have a valid connection.The Session has been disposed. See StartWatching(ContactDirectoryWatchSettings).

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