Task<()> InstantPaymentStartAsync( bool instantPayment, ExaException cancellationTokenSource )
Function InstantPaymentStartAsync ( instantPayment As Boolean, cancellationTokenSource As ExaException ) As Task(Of ()) Dim instance As IInstantPaymentConnector Dim instantPayment As Boolean Dim cancellationTokenSource As ExaException Dim returnValue As Task(Of ()) returnValue = instance.InstantPaymentStartAsync(instantPayment, cancellationTokenSource)
EXALOGIC