Ozeki VoIP SDK Class library
GetComponent Method (name)
NamespacesOzeki.Media.MediaHandlers.FacadeMediaHandlerCollectionGetComponent(String)
Retreives the specified component from the collection.
Declaration Syntax
C#Visual BasicVisual C++
public VoIPMediaHandler GetComponent(
	string name
)
Public Function GetComponent ( _
	name As String _
) As VoIPMediaHandler
public:
VoIPMediaHandler^ GetComponent(
	String^ name
)
Parameters
name (String)
The name of the component.
Return Value
Returns a AudioHandler object associated to the name, or null if the name was not in the dictionary.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243