CreateAndSendAsync Method
Creates an invoice and sends it to the payer.
Syntax
[VB.NET]
Public Function CreateAndSendAsync() As Task
[C#]
public Task CreateAndSendAsync();
Remarks
This method is the asynchronous version of the
CreateAndSend method and is used to support asynchronous operations in WinRT. Please refer to
CreateAndSend for more information.