List |
public void RegisterListDoneCallback( Action<ClientAPI, int> action )
Note that the notification thread will be blocked until all callbacks have been executed. If the callback cannot finish fast, then it is strongly recommended running its action asynchronously. Alternatively, you may consider calling WaitForListDone(NullableInt32, NullableInt32) instead.
The callback receives the listId as parameter.