Amazon.OpsWorks.AmazonOpsWorksClient.EndRegisterRdsDbInstance C# (CSharp) Method

EndRegisterRdsDbInstance() public method

Finishes the asynchronous execution of the RegisterRdsDbInstance operation.
public EndRegisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterRdsDbInstance.
return Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
        public  RegisterRdsDbInstanceResponse EndRegisterRdsDbInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterRdsDbInstanceResponse>(asyncResult);
        }
AmazonOpsWorksClient