Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.GetSendStatisticsAsync C# (CSharp) Method

GetSendStatisticsAsync() public method

Initiates the asynchronous execution of the GetSendStatistics operation.
public GetSendStatisticsAsync ( GetSendStatisticsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetSendStatisticsRequest Container for the necessary parameters to execute the GetSendStatistics operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetSendStatisticsResponse> GetSendStatisticsAsync(GetSendStatisticsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetSendStatisticsRequestMarshaller();
            var unmarshaller = GetSendStatisticsResponseUnmarshaller.Instance;

            return InvokeAsync<GetSendStatisticsRequest,GetSendStatisticsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::GetSendStatisticsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleEmailServiceClient::GetSendStatisticsAsync ( GetSendStatisticsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient::GetSendStatisticsAsync ( GetSendStatisticsRequest request, GetSendStatisticsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient