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

EndDeregisterRdsDbInstance() public method

Finishes the asynchronous execution of the DeregisterRdsDbInstance operation.
public EndDeregisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterRdsDbInstance.
return Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
        public  DeregisterRdsDbInstanceResponse EndDeregisterRdsDbInstance(IAsyncResult asyncResult)
        {
            return EndInvoke<DeregisterRdsDbInstanceResponse>(asyncResult);
        }
AmazonOpsWorksClient