Amazon.Redshift.AmazonRedshiftClient.EndDeleteClusterSnapshot C# (CSharp) Méthode

EndDeleteClusterSnapshot() public méthode

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