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

EndRebootDBInstance() public method

Finishes the asynchronous execution of the RebootDBInstance operation.
public EndRebootDBInstance ( IAsyncResult asyncResult ) : RebootDBInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootDBInstance.
return RebootDBInstanceResponse
        public  RebootDBInstanceResponse EndRebootDBInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<RebootDBInstanceResponse>(asyncResult);
        }
AmazonRDSClient