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

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

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