SessionIds Constructor (String, String, String, String, String) |
Initializes a new instance of the
SessionIds class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SessionIds(
string masterSessionId,
string parentSession,
string sessionId,
string transferredSession,
string transferredSession2
)
Public Sub New (
masterSessionId As String,
parentSession As String,
sessionId As String,
transferredSession As String,
transferredSession2 As String
)
public:
SessionIds(
String^ masterSessionId,
String^ parentSession,
String^ sessionId,
String^ transferredSession,
String^ transferredSession2
)
new :
masterSessionId : string *
parentSession : string *
sessionId : string *
transferredSession : string *
transferredSession2 : string -> SessionIds
Parameters
- masterSessionId
- Type: SystemString
- parentSession
- Type: SystemString
- sessionId
- Type: SystemString
- transferredSession
- Type: SystemString
- transferredSession2
- Type: SystemString
See Also