Amazon.RDS.AmazonRDSClient.EndDeleteDBClusterSnapshot C# (CSharp) Method

EndDeleteDBClusterSnapshot() public method

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