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

Domain Event

Fired for each domain of the user.

Syntax

[VB.NET]
Public Event OnDomain As OnDomainHandler
[C#]
public event OnDomainHandler OnDomain;

public delegate void OnDomainHandler(object sender, SimpledbDomainEventArgs e);

class SimpledbDomainEventArgs : EventArgs {
  string DomainName {get;}
}

Remarks

When ListDomains is invoked the component fires Domain for each domain.

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