Amazon.Redshift.AmazonRedshiftClient.EndRestoreFromClusterSnapshot C# (CSharp) Method

EndRestoreFromClusterSnapshot() public method

Finishes the asynchronous execution of the RestoreFromClusterSnapshot operation.
public EndRestoreFromClusterSnapshot ( IAsyncResult asyncResult ) : RestoreFromClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreFromClusterSnapshot.
return RestoreFromClusterSnapshotResponse
        public  RestoreFromClusterSnapshotResponse EndRestoreFromClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreFromClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient