AURenderEventEnumerator.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the resources used by the AURenderEventEnumerator object.
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Implements
Remarks
The Dispose method releases the resources used by the AURenderEventEnumerator class.
Calling the Dispose method when the application is finished using the AURenderEventEnumerator ensures that all external resources used by this managed object are released as soon as possible. Once developers have invoked the Dispose method, the object is no longer useful and developers should no longer make any calls to it. For more information on releasing resources see ``Cleaning up Unmananaged Resources'' at https://msdn.microsoft.com/en-us/library/498928w2.aspx