 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public IEnumerable<ISession> GetSessionsByCallID( string callID )
Public Function GetSessionsByCallID ( callID As String ) As IEnumerable(Of ISession)
public: virtual IEnumerable<ISession^>^ GetSessionsByCallID( String^ callID ) sealed
 Parameters
 Parameters- callID (String)
 Return Value
 Return ValueAssembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290

