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

Image Event

Fired upon a successful call to ListImages .

Syntax

[VB.NET]
Public Event OnImage As OnImageHandler
[C#]
public event OnImageHandler OnImage;

public delegate void OnImageHandler(object sender, Ec2ImageEventArgs e);

class Ec2ImageEventArgs : EventArgs {
  string ImageId {get;}
  string Location {get;}
  string State {get;}
  string OwnerId {get;}
  bool IsPublic {get;}
  string Architecture {get;}
  string ImageType {get;}
  string KernelId {get;}
  string RamdiskId {get;}
  string ProductCodes {get;}
}

Remarks

This event is triggered by a method call to ListImages.

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