Amazon.RDS.AmazonRDSClient.EndRestoreDBClusterToPointInTime C# (CSharp) Метод

EndRestoreDBClusterToPointInTime() публичный Метод

Finishes the asynchronous execution of the RestoreDBClusterToPointInTime operation.
public EndRestoreDBClusterToPointInTime ( IAsyncResult asyncResult ) : RestoreDBClusterToPointInTimeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterToPointInTime.
Результат RestoreDBClusterToPointInTimeResponse
        public  RestoreDBClusterToPointInTimeResponse EndRestoreDBClusterToPointInTime(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterToPointInTimeResponse>(asyncResult);
        }
AmazonRDSClient