Amazon.Redshift.AmazonRedshiftClient.EndDeleteCluster C# (CSharp) 메소드

EndDeleteCluster() 공개 메소드

Finishes the asynchronous execution of the DeleteCluster operation.
public EndDeleteCluster ( IAsyncResult asyncResult ) : DeleteClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCluster.
리턴 DeleteClusterResponse
        public  DeleteClusterResponse EndDeleteCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteClusterResponse>(asyncResult);
        }
AmazonRedshiftClient