Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RetrieveEnvironmentInfoAsync C# (CSharp) Метод

RetrieveEnvironmentInfoAsync() публичный Метод

Initiates the asynchronous execution of the RetrieveEnvironmentInfo operation.
public RetrieveEnvironmentInfoAsync ( RetrieveEnvironmentInfoRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest Container for the necessary parameters to execute the RetrieveEnvironmentInfo operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<RetrieveEnvironmentInfoResponse> RetrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RetrieveEnvironmentInfoRequestMarshaller();
            var unmarshaller = RetrieveEnvironmentInfoResponseUnmarshaller.Instance;

            return InvokeAsync<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient