SoundPlayerAction.Dispose Method

Definition

Releases the resources used by the SoundPlayerAction class.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

After Dispose is called, the SoundPlayerAction object is no longer valid.

Dispose is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to