Click or drag to resize

SessionIds Constructor (String, String, String)

Initializes a new instance of the SessionIds class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public SessionIds(
	string masterSessionId,
	string parentSessionId,
	string sessionId
)

Parameters

masterSessionId
Type: SystemString
parentSessionId
Type: SystemString
sessionId
Type: SystemString
See Also