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