Amazon.CodeDeploy.AmazonCodeDeployClient.EndBatchGetDeploymentInstances C# (CSharp) Метод

EndBatchGetDeploymentInstances() публичный Метод

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