Click or drag to resize
AudioDeviceDispose Method (Boolean)
Releases the unmanaged resources used by the AudioDevice and optionally releases the managed resources

Namespace: Avaya.ClientServices.Media
Assembly: scpmediadll (in scpmediadll.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also