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

EndListOnPremisesInstances() public method

Finishes the asynchronous execution of the ListOnPremisesInstances operation.
public EndListOnPremisesInstances ( IAsyncResult asyncResult ) : ListOnPremisesInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOnPremisesInstances.
return Amazon.CodeDeploy.Model.ListOnPremisesInstancesResponse
        public  ListOnPremisesInstancesResponse EndListOnPremisesInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<ListOnPremisesInstancesResponse>(asyncResult);
        }
AmazonCodeDeployClient