PhoneCallAudioReceiverDispose(Boolean) Method |
Releases the unmanaged resources used by the
PhoneCallAudioReceiver and optionally releases the managed resources
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) override
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