AURenderEventEnumerator.Dispose Method

Definition

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

Applies to