←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly