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

BeginDescribeTrustedAdvisorCheckRefreshStatuses() public method

Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation.
public BeginDescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeTrustedAdvisorCheckRefreshStatusesRequest Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses operation on AmazonAWSSupportClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginDescribeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeTrustedAdvisorCheckRefreshStatusesRequestMarshaller();
            var unmarshaller = DescribeTrustedAdvisorCheckRefreshStatusesResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeTrustedAdvisorCheckRefreshStatusesRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonAWSSupportClient