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

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

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

            return InvokeAsync<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElasticBeanstalkClient