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

SecurityGroup Event

Fired for each Security Group Description that is received.

Syntax

[VB.NET]
Public Event OnSecurityGroup As OnSecurityGroupHandler
[C#]
public event OnSecurityGroupHandler OnSecurityGroup;

public delegate void OnSecurityGroupHandler(object sender, Ec2SecurityGroupEventArgs e);

class Ec2SecurityGroupEventArgs : EventArgs {
  string OwnerId {get;}
  string GroupName {get;}
  string Description {get;}
}

Remarks

This event is fired by calling the method ListSecurityGroups.

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