Intersoft WebDesktop Documentation
Metadata Collection
See Also Send Feedback
Intersoft WebDesktop > WebFlyPostBackManager > Concepts > Metadata Collection

Glossary Item Box

Metadata Collection is a set of information needed by WebFlyPostBackManager to perform FlyPostBack request. The information itself basically is a list of methods declaration (name of the methods, its parameters and its return value) for methods that marked as [WebMethod] or [WebFlyPostBackMethod].

This Metadata Collection by default is automatically retrieved during Page_Load. However, you can set the WebFlyPostBackManager to retrieve the Metadata manually by changing the AutoloadMetadata property to false. Retrieving the metadata collection manually means that collecting the Metadata only when a request is being sent for the first time.

See Also

Related Topics
WebFlyPostBack
{Features}

© 2012 Intersoft Solutions Corp. All Rights Reserved.