SIPExtensionRegisterContainerGetAllExtensions Method |
Gets all extensions from the container.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ICollection<ISIPExtension> GetAllExtensions()
Public Function GetAllExtensions As ICollection(Of ISIPExtension)
public:
virtual ICollection<ISIPExtension^>^ GetAllExtensions() sealed
abstract GetAllExtensions : unit -> ICollection<ISIPExtension>
override GetAllExtensions : unit -> ICollection<ISIPExtension>
Return Value
Type:
ICollectionISIPExtensionImplements
ISIPExtensionRegisterContainerGetAllExtensions
See Also