Click or drag to resize

VoiceResourceDispose Method

This method forces a dispose of the Voice Resource object.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
protected internal override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
This parameter specifies if managed resources should be disposed as well. True will dispose managed resources, false will not. It is recommended you use true here unless you have a specific reason to maintain some managed resources.
Remarks
Generally the .NET garbage collector will handle this, but it is always a good idea to put this method in your call wrap up code on hang up. To ensure this is executed, put it in a finally block.

Documentation In Development

We are constantly adding features and new capabilities to The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:

Thank you for your continued support of Voice Elements.

See Also