←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#
VB
C++
public bool Cancelled {get; set;} 
Public Property Cancelled() As Boolean 
   Get 
   Set 
public:  
   property bool Cancelled 
   { 
      bool get() 
      void set(bool value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.