SessionIds Constructor (String, String, String, String, String) |
Initializes a new instance of the
SessionIds class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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