Amazon.RDS.AmazonRDSClient.EndRestoreDBClusterFromSnapshot C# (CSharp) Method

EndRestoreDBClusterFromSnapshot() public method

Finishes the asynchronous execution of the RestoreDBClusterFromSnapshot operation.
public EndRestoreDBClusterFromSnapshot ( IAsyncResult asyncResult ) : RestoreDBClusterFromSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromSnapshot.
return RestoreDBClusterFromSnapshotResponse
        public  RestoreDBClusterFromSnapshotResponse EndRestoreDBClusterFromSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterFromSnapshotResponse>(asyncResult);
        }
AmazonRDSClient