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

EndDeleteDeploymentConfig() public method

Finishes the asynchronous execution of the DeleteDeploymentConfig operation.
public EndDeleteDeploymentConfig ( IAsyncResult asyncResult ) : DeleteDeploymentConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeploymentConfig.
return DeleteDeploymentConfigResponse
        public  DeleteDeploymentConfigResponse EndDeleteDeploymentConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDeploymentConfigResponse>(asyncResult);
        }
AmazonCodeDeployClient