Click or drag to resize

TransferStateExIsTransferFailed Method

Retrieves a boolean value indicating whether the transfer has failed.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static bool IsTransferFailed(
	TransferState state
)

Parameters

state
Type: Ozeki.VoIPTransferState
The transfer state.

Return Value

Type: Boolean
True, if transfer failed; otherwise false.
See Also