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

EndListDeploymentConfigs() 공개 메소드

Finishes the asynchronous execution of the ListDeploymentConfigs operation.
public EndListDeploymentConfigs ( IAsyncResult asyncResult ) : ListDeploymentConfigsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDeploymentConfigs.
리턴 Amazon.CodeDeploy.Model.ListDeploymentConfigsResponse
        public  ListDeploymentConfigsResponse EndListDeploymentConfigs(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDeploymentConfigsResponse>(asyncResult);
        }
AmazonCodeDeployClient