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

EndDeregisterElasticIp() public method

Finishes the asynchronous execution of the DeregisterElasticIp operation.
public EndDeregisterElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterElasticIp.
return Amazon.OpsWorks.Model.DeregisterElasticIpResponse
        public  DeregisterElasticIpResponse EndDeregisterElasticIp(IAsyncResult asyncResult)
        {
            return EndInvoke<DeregisterElasticIpResponse>(asyncResult);
        }
AmazonOpsWorksClient