Amazon.OpsWorks.AmazonOpsWorksClient.EndRegisterRdsDbInstance C# (CSharp) 메소드

EndRegisterRdsDbInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
        public  RegisterRdsDbInstanceResponse EndRegisterRdsDbInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterRdsDbInstanceResponse>(asyncResult);
        }
AmazonOpsWorksClient