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

EndRestoreTableFromClusterSnapshot() public méthode

Finishes the asynchronous execution of the RestoreTableFromClusterSnapshot operation.
public EndRestoreTableFromClusterSnapshot ( IAsyncResult asyncResult ) : RestoreTableFromClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreTableFromClusterSnapshot.
Résultat RestoreTableFromClusterSnapshotResponse
        public  RestoreTableFromClusterSnapshotResponse EndRestoreTableFromClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreTableFromClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient