Amazon.Redshift.AmazonRedshiftClient.EndRestoreFromClusterSnapshot C# (CSharp) 메소드

EndRestoreFromClusterSnapshot() 공개 메소드

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