SIPExtensionRegisterContainerGetAllExtensions Method |
Gets all extensions from the container.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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
ICollectionISIPExtensionImplements
ISIPExtensionRegisterContainerGetAllExtensions
See Also