Amazon.CodeDeploy.AmazonCodeDeployClient.EndListApplications C# (CSharp) Method

EndListApplications() public method

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