TAPIEx.NET Component Documentation

SetupTransferEx Method

Description

The SetupTransferEx method is the asynchronous edition of SetupTransfer method. It returns immediately.

[Visual Basic]
Function SetupTransferEx() As Integer
[C#]
public int SetupTransferEx(void)

Parameters

None.

Return values

return the request ID of this execution.

Remarks

This method will return immediately, OnSetupTransferExComplete will be fired after this method, the ResultCode parameter will tell the result of last SetupTransferEx.

See Also

 OnSetupTransferExComplete, SetupTransfer

Support editions