Amazon.CodeDeploy.AmazonCodeDeployClient.EndListApplications C# (CSharp) Méthode

EndListApplications() public méthode

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