Click or drag to resize

TransferStateChangedEventArgs Constructor (Int32, String, TransferState)

Initializes a new instance of the TransferStateChangedEventArgs class.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public TransferStateChangedEventArgs(
	int statusCode,
	string reasonPhrase,
	TransferState state
)

Parameters

statusCode
Type: SystemInt32
The status code of the target call.
reasonPhrase
Type: SystemString
The reason phrase of the target call.
state
Type: Ozeki.VoIPTransferState
The state of the transfer.
See Also