The Programming Guide talks about the basic data loop for Java and Perl, retrieving updates and applying them incrementally. Since C# is most similar to Java and there are no actual C# docs, I've been assuming that the C# API should be like the Java one, but the stub assembly generated for C# seems to lack some of the objects mentioned (Change, VHandleList, etc).
Is the data loop handled in the background by the C# stub, or has it not been generated correctly on my machine?