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

EndRestoreDBInstanceToPointInTime() public method

Finishes the asynchronous execution of the RestoreDBInstanceToPointInTime operation.
public EndRestoreDBInstanceToPointInTime ( IAsyncResult asyncResult ) : RestoreDBInstanceToPointInTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBInstanceToPointInTime.
return RestoreDBInstanceToPointInTimeResponse
        public  RestoreDBInstanceToPointInTimeResponse EndRestoreDBInstanceToPointInTime(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBInstanceToPointInTimeResponse>(asyncResult);
        }
AmazonRDSClient