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

EndBatchGetDeploymentInstances() public method

Finishes the asynchronous execution of the BatchGetDeploymentInstances operation.
public EndBatchGetDeploymentInstances ( IAsyncResult asyncResult ) : BatchGetDeploymentInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBatchGetDeploymentInstances.
return Amazon.CodeDeploy.Model.BatchGetDeploymentInstancesResponse
        public  BatchGetDeploymentInstancesResponse EndBatchGetDeploymentInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<BatchGetDeploymentInstancesResponse>(asyncResult);
        }
AmazonCodeDeployClient