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