←Select platform

StorageCommitOptions Enumeration

Summary

Enumeration listing the different options available for storage commitment.

Syntax
C#
VB
C++
public enum StorageCommitOptions 
Public Enum StorageCommitOptions 
public enum class StorageCommitOptions sealed 

Members

0 None

Use the default behavior.

1 NoWaitForResults

After receiving the N-Action-Rsp, close the connection and do not wait for the N-Event-Report-Req

2 WaitForResultsThenClose

After receiving the N-Action-Rsp, wait for the N-Event-Report-Req on the same Association. Close the connection after receiving the N-Event-Report-Req, and sending the N-Event-Report-Rsp

3 WaitForResultsAndStayOpen

After receiving the N-Action-Rsp, wait for the N-Event-Report-Req on the same Association. Keep the connection open after receiving the N-Event-Report-Req, and sending the N-Event-Report-Rsp

Requirements

Target Platforms

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