I'm writing an MMC snap-in that grabs some data from a database and puts it into a form. I want to update the status line to say how many records were found. I have the ASyncStatus object, but calling Complete, like the example code does, results in nothing. I'm stumped.
I'm doing the call from a form, whereas the example code does it from a node. Is that what's up? MMC can be stupid sometimes, so I wouldn't be surprised.