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

EndDisassociateElasticIp() public method

Finishes the asynchronous execution of the DisassociateElasticIp operation.
public EndDisassociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateElasticIp.
return Amazon.OpsWorks.Model.DisassociateElasticIpResponse
        public  DisassociateElasticIpResponse EndDisassociateElasticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociateElasticIpResponse>(asyncResult);
        }
AmazonOpsWorksClient