ISIPExtensionRegisterContainerGetAllExtensions Method |
Gets all extensions from the container.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxICollection<ISIPExtension> GetAllExtensions()
Function GetAllExtensions As ICollection(Of ISIPExtension)
ICollection<ISIPExtension^>^ GetAllExtensions()
abstract GetAllExtensions : unit -> ICollection<ISIPExtension>
Return Value
ICollectionISIPExtension
See Also