|
TelephonyServerGetAllVoiceResources Method |
Gets all Voice Resources from the telephony server. This is only valid in Dedicated Mode and will not work in a cloud, telphony bank architecture.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public List<VoiceResource> GetAllVoiceResources()
Public Function GetAllVoiceResources As List(Of VoiceResource)
public:
List<VoiceResource^>^ GetAllVoiceResources()
member GetAllVoiceResources : unit -> List<VoiceResource>
Return Value
Type:
ListVoiceResource
Returns a list object containing a single item for every
Voice Resource object retrieved.
Remarks This Method Will Disallow Deploying Into Telephony Bank
We suggest that you use the
Get Voice Resource Method to make your application not consume all resources on the server. These resources can get out of state and having them
consumed may cause problems. Also, you will not be able to deploy in our hosting, telephony bank with this method used.
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