Microsoft DirectX 8.1 (C++)

Channels.Resync

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Resync method updates the collection by requerying the database.

Syntax

objChannels.Resync

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This method does not return a value.

Remarks

When items are added to or removed from the repository, collections can become out of date. Use this method to ensure that the collection contains all matching items in the database and that properties such as the count are up to date.

See Also