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