ITransactionState_StateChange Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void State_StateChange(
TransactionStates nextState
)
Sub State_StateChange (
nextState As TransactionStates
)
void State_StateChange(
TransactionStates nextState
)
abstract State_StateChange :
nextState : TransactionStates -> unit
Parameters
- nextState
- Type: Ozeki.VoIPTransactionStates
See Also