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

EndBatchGetOnPremisesInstances() public method

Finishes the asynchronous execution of the BatchGetOnPremisesInstances operation.
public EndBatchGetOnPremisesInstances ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.BatchGetOnPremisesInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBatchGetOnPremisesInstances.
return Amazon.CodeDeploy.Model.BatchGetOnPremisesInstancesResponse
        public  BatchGetOnPremisesInstancesResponse EndBatchGetOnPremisesInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<BatchGetOnPremisesInstancesResponse>(asyncResult);
        }
AmazonCodeDeployClient