Amazon.RDS.AmazonRDSClient.EndDeleteDBClusterSnapshot C# (CSharp) Méthode

EndDeleteDBClusterSnapshot() public méthode

Finishes the asynchronous execution of the DeleteDBClusterSnapshot operation.
public EndDeleteDBClusterSnapshot ( IAsyncResult asyncResult ) : DeleteDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBClusterSnapshot.
Résultat DeleteDBClusterSnapshotResponse
        public  DeleteDBClusterSnapshotResponse EndDeleteDBClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBClusterSnapshotResponse>(asyncResult);
        }
AmazonRDSClient