Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.EndDescribeEvents C# (CSharp) 메소드

EndDescribeEvents() 공개 메소드

Finishes the asynchronous execution of the DescribeEvents operation.
public EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvents.
리턴 Amazon.ElasticBeanstalk.Model.DescribeEventsResponse
        public  DescribeEventsResponse EndDescribeEvents(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEventsResponse>(asyncResult);
        }
AmazonElasticBeanstalkClient