Amazon.CodeDeploy.AmazonCodeDeployClient.EndListOnPremisesInstances C# (CSharp) 메소드

EndListOnPremisesInstances() 공개 메소드

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