Enumeration listing the different options available for storage commitment.
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 |
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