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

EndListDeploymentInstances() public method

Finishes the asynchronous execution of the ListDeploymentInstances operation.
public EndListDeploymentInstances ( IAsyncResult asyncResult ) : ListDeploymentInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDeploymentInstances.
return Amazon.CodeDeploy.Model.ListDeploymentInstancesResponse
        public  ListDeploymentInstancesResponse EndListDeploymentInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDeploymentInstancesResponse>(asyncResult);
        }
AmazonCodeDeployClient