AudioClientDispose(Boolean) Method |
Releases the unmanaged resources used by the
AudioClient and optionally releases the managed resources
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic virtual void Dispose(
bool disposing
)
Public Overridable Sub Dispose (
disposing As Boolean
)
public:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also