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

EndDeregisterRdsDbInstance() 공개 메소드

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