AbstractTransactionStateOnInformTU Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void OnInformTU(
TransactionErrorInfo e,
SIPMessage msg = null
)
Public Sub OnInformTU (
e As TransactionErrorInfo,
Optional msg As SIPMessage = Nothing
)
public:
void OnInformTU(
TransactionErrorInfo e,
SIPMessage^ msg = nullptr
)
member OnInformTU :
e : TransactionErrorInfo *
?msg : SIPMessage
(* Defaults:
let _msg = defaultArg msg null
*)
-> unit
Parameters
- e
- Type: Ozeki.VoIPTransactionErrorInfo
- msg (Optional)
- Type: Ozeki.VoIPSIPMessage
See Also