Amazon.ElastiCache.AmazonElastiCacheClient.EndDeleteSnapshot C# (CSharp) Метод

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

Finishes the asynchronous execution of the DeleteSnapshot operation.
public EndDeleteSnapshot ( IAsyncResult asyncResult ) : DeleteSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshot.
Результат DeleteSnapshotResponse
        public  DeleteSnapshotResponse EndDeleteSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteSnapshotResponse>(asyncResult);
        }
AmazonElastiCacheClient