When provided with a new accessible object the container will call the Create method to create a new instance when certain conditions are met. It then calls SetObject to pass the object to the instance. Finally it calls Update.
The SetObject and Update methods may be called for a new object without calling Create first. In this way an existing instance is recycled.
|
|
|
|
|
|
|
|