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

Metadata Event

Fired when valid Amazon metadata is returned after a SimpleDB method call.

Syntax

[VB.NET]
Public Event OnMetadata As OnMetadataHandler
[C#]
public event OnMetadataHandler OnMetadata;

public delegate void OnMetadataHandler(object sender, SimpledbMetadataEventArgs e);

class SimpledbMetadataEventArgs : EventArgs {
  string RequestId {get;}
  string BoxUsage {get;}
}

Remarks

This event is fired while calling all Amazon SimpleDB operations if valid metadata is found in the response.

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