GetSendStatisticsAsync Method
Gets the user's sending statistics.
Syntax
[VB.NET] Public Function GetSendStatisticsAsync() As Task
[C#] public Task GetSendStatisticsAsync();
Amazon Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetSendStatisticsAsync MethodGets the user's sending statistics. Syntax[VB.NET] Public Function GetSendStatisticsAsync() As Task [C#] public Task GetSendStatisticsAsync(); RemarksThis method is the asynchronous version of the GetSendStatistics method and is used to support asynchronous operations in WinRT. Please refer to GetSendStatistics for more information. |
||