IHostDocumentsTransferToPortfolioAsync Method

Portfolio transfer process asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<int> TransferToPortfolioAsync(
	PortfolioTransfer portfolioTransfer
)

Parameters

portfolioTransfer  PortfolioTransfer
PortfolioTransfer with the portfolio transfer data.

Return Value

TaskInt32
Int32 with the remittance number corresponding to the wallet transfer.

See Also