Amazon.Redshift.AmazonRedshiftClient.EndDeleteClusterSnapshot C# (CSharp) Метод

EndDeleteClusterSnapshot() публичный Метод

Finishes the asynchronous execution of the DeleteClusterSnapshot operation.
public EndDeleteClusterSnapshot ( IAsyncResult asyncResult ) : DeleteClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClusterSnapshot.
Результат DeleteClusterSnapshotResponse
        public  DeleteClusterSnapshotResponse EndDeleteClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient