ITransactionState_StateChange Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxvoid 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