←Select platform

IsAsynchronousOperations Property

Summary

Gets or sets a value indicating whether Asynchronous Operations are supported.

Syntax
C#
VB
C++
public bool IsAsynchronousOperations { get; } 
Public ReadOnly Property IsAsynchronousOperations As Boolean 
public: 
property bool IsAsynchronousOperations { 
   bool get(); 
} 

Property Value

true if Asynchronous Operations are supported; otherwise, false.

Remarks

If a DICOM Associate connection does not support Asynchronous Operations, then an Application Entity must wait for the response from one message before sending another. If Asynchronous Operations are supported, multiple messages may be sent without waiting for a response. The number of messages that may be sent is set using SetAsynchronousOperations. InvokedOperationsCount specifies the number of Asynchronous Operations that may be invoked without a response. PerformedOperationsCount specifies the number of operations that have been completed.

Example

For an example, refer to IsRoleSelect.

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 Assembly