←Select platform

Cancelled Property

Summary

Gets or sets a value that is true if metadata is continues to be generated; false if metadata generation has been cancelled.

Syntax
C#
public bool Cancelled {get; set;} 

Property Value

a value that is true if metadata is continues to be generated; false if metadata generation has been cancelled.

Remarks

The GenerateMetadataXml and GenerateMetadataJson classes both generate metadata, and fire the following events:

These events all have the GenerateMetadataArgs class as a parameter.

Setting the Cancelled member to true in any of the events stops metadata generation.

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly