Amazon.AWSSupport.AmazonAWSSupportClient.RefreshTrustedAdvisorCheckAsync C# (CSharp) Method

RefreshTrustedAdvisorCheckAsync() public method

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

            return InvokeAsync<RefreshTrustedAdvisorCheckRequest,RefreshTrustedAdvisorCheckResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAWSSupportClient