ACKContainerGetInvite Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ACKContainerValue GetInvite(
string callID,
int cSeq
)
Public Function GetInvite (
callID As String,
cSeq As Integer
) As ACKContainerValue
public:
ACKContainerValue^ GetInvite(
String^ callID,
int cSeq
)
member GetInvite :
callID : string *
cSeq : int -> ACKContainerValue
Parameters
- callID
- Type: SystemString
- cSeq
- Type: SystemInt32
Return Value
Type:
ACKContainerValueSee Also