CancelTransferAsync Method
Cancels a scheduled transfer.
Syntax
[VB.NET] Public Function CancelTransferAsync(ByVal TransferId As String) As IAsyncAction
[C#] public IAsyncAction CancelTransferAsync(string transferId);
E-Banking Integrator V4 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CancelTransferAsync MethodCancels a scheduled transfer. Syntax[VB.NET] Public Function CancelTransferAsync(ByVal TransferId As String) As IAsyncAction [C#] public IAsyncAction CancelTransferAsync(string transferId); RemarksThis method is the asynchronous version of the CancelTransfer method and is used to support asynchronous operations in WinRT. Please refer to CancelTransfer for more information. |
||