WaitForChange

Navigation:  NxLib API > C# Interface / CLI > NxLibItem >

WaitForChange

Previous pageReturn to chapter overviewNext page

Waits for any change to the item.

Signatures

Variants throwing exceptions on API errors:

void WaitForChange()

Variants returning API errors as int parameter:

void WaitForChange(Out int returnCode)

Parameters

returnCode

The error code returned when accessing the item.

Return Value

none