Ozeki VoIP SDK Class library
SessionIds Constructor (masterSessionId, parentSessionId, sessionId)
NamespacesOzeki.VoIP.PBX.CallManagerSessionIdsSessionIds(String, String, String)
Initializes a new instance of the SessionIds class
Declaration Syntax
C#Visual BasicVisual C++
public SessionIds(
	string masterSessionId,
	string parentSessionId,
	string sessionId
)
Public Sub New ( 
	masterSessionId As String,
	parentSessionId As String,
	sessionId As String
)
public:
SessionIds(
	String^ masterSessionId, 
	String^ parentSessionId, 
	String^ sessionId
)
Parameters
masterSessionId (String)
parentSessionId (String)
sessionId (String)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290