IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

Entity Event

Fired once for each entity retrieved.

Syntax

[VB.NET]
Public Event OnEntity As OnEntityHandler
[C#]
public event OnEntityHandler OnEntity;

public delegate void OnEntityHandler(object sender, OdatasEntityEventArgs e);

class OdatasEntityEventArgs : EventArgs {
  string Name {get;}
}

Remarks

The Entity event is fired once for each entity found when retrieving a service's schema (metadata document) via GetSchema.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0