SessionContainerGetSessionsByCallID Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<ISession> GetSessionsByCallID(
string callID
)
Public Function GetSessionsByCallID (
callID As String
) As IEnumerable(Of ISession)
public:
virtual IEnumerable<ISession^>^ GetSessionsByCallID(
String^ callID
) sealed
abstract GetSessionsByCallID :
callID : string -> IEnumerable<ISession>
override GetSessionsByCallID :
callID : string -> IEnumerable<ISession>
Parameters
- callID
- Type: SystemString
Return Value
Type:
IEnumerableISessionImplements
ISessionContainerGetSessionsByCallID(String)See Also