Methods
-
Dispose
Async() Called when an object is no longer needed. Called just before Dispose if the class also implements that. -
Initialize
Async() Called immediately after the class has been created, before it is used.