StorageCommitmentResult Event

Summary

Occurs after receiving a storage commitment response.

Syntax
C#
VB
C++
public event EventHandler<StorageCommitmentResultEventArgs> StorageCommitmentResult 
  
Public Event StorageCommitmentResult As EventHandler(Of StorageCommitmentResultEventArgs) 
public: 
event EventHandler<StorageCommitmentResultEventArgs^>^ StorageCommitmentResult 

Event Data

The event handler receives an argument of type StorageCommitmentResultEventArgs containing data related to this event. The following StorageCommitmentResultEventArgs properties provide information specific to this event.

PropertyDescription
Result Gets or sets the storage commitment result.

Requirements

Target Platforms

See Also

Reference

StoreScu Class

StoreScu Members

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

Leadtools.Dicom.Scu Assembly