Click or drag to resize

TransactionContainerGetTransactions Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public List<AbstractTransaction> GetTransactions(
	TransportInfo transportInfo
)

Parameters

transportInfo
Type: Ozeki.NetworkTransportInfo

Return Value

Type: ListAbstractTransaction

Implements

ITransactionContainerGetTransactions(TransportInfo)
See Also