This event is fired while waiting to recieve the Storage Commit results.
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
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.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | StorageCommitmentWaitEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET