Amazon.Redshift.AmazonRedshiftClient.EndDeleteClusterSnapshot C# (CSharp) Method

EndDeleteClusterSnapshot() public method

Finishes the asynchronous execution of the DeleteClusterSnapshot operation.
public EndDeleteClusterSnapshot ( IAsyncResult asyncResult ) : DeleteClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClusterSnapshot.
return DeleteClusterSnapshotResponse
        public  DeleteClusterSnapshotResponse EndDeleteClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient