←Select platform

StorageCommitmentWait Event

Summary

This event is fired while waiting to recieve the Storage Commit results.

Syntax
C#
VB
C++
public event EventHandler<StorageCommitmentWaitEventArgs> StorageCommitmentWait 
Public Event StorageCommitmentWait As EventHandler(Of Leadtools.Dicom.Scu.Common.StorageCommitmentWaitEventArgs) 
public:  
   event EventHandler<Leadtools::Dicom::Scu::Common::StorageCommitmentWaitEventArgs^>^ StorageCommitmentWait 
Remarks

After the SCU sends an N-Action-Req and receives the N-Action-Rsp, the SCU waits for results (N-Event-Report-Req). The StorageCommitmentWait event is fired while the SCU waits for the N-Event-Report-Req. For more information, see StorageCommitmentWaitEventArgs.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eStorageCommitmentWaitEventArgsThe event data.
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.Dicom.Scu Assembly

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