[VB.NET]
Public Function GetDetailsAsync(ByVal invoiceId As String)AsTask
[C#]
public Task GetDetailsAsync(string invoiceId);
Remarks
This method is the asynchronous version of the GetDetails method and is used to support asynchronous operations in WinRT. Please refer to GetDetails for more information.