←Select platform

StorageCommitOptions Enumeration

Summary

Enumeration listing the different options available for storage commitment.

Syntax
C#
C++/CLI
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

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