Amazon.KinesisAnalytics.AmazonKinesisAnalyticsClient.EndListApplications C# (CSharp) 메소드

EndListApplications() 공개 메소드

Finishes the asynchronous execution of the ListApplications operation.
public EndListApplications ( IAsyncResult asyncResult ) : ListApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListApplications.
리턴 Amazon.KinesisAnalytics.Model.ListApplicationsResponse
        public  ListApplicationsResponse EndListApplications(IAsyncResult asyncResult)
        {
            return EndInvoke<ListApplicationsResponse>(asyncResult);
        }