Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Address Event

Lists each instance and the subsequent public IP linked to that specific instance.

Syntax

[VB.NET]
Public Event OnAddress As OnAddressHandler
[C#]
public event OnAddressHandler OnAddress;

public delegate void OnAddressHandler(object sender, Ec2AddressEventArgs e);

class Ec2AddressEventArgs : EventArgs {
  string InstanceId {get;}
  string PublicIp {get;}
}

Remarks

This event is triggered by a method call to ListAddresses.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0