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

EndRestoreDBClusterToPointInTime() public method

Finishes the asynchronous execution of the RestoreDBClusterToPointInTime operation.
public EndRestoreDBClusterToPointInTime ( IAsyncResult asyncResult ) : RestoreDBClusterToPointInTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterToPointInTime.
return RestoreDBClusterToPointInTimeResponse
        public  RestoreDBClusterToPointInTimeResponse EndRestoreDBClusterToPointInTime(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterToPointInTimeResponse>(asyncResult);
        }
AmazonRDSClient