Enables or disables Asynchronous Operation support. It also sets the number of operations that can be invoked, if enabled.
public void SetAsynchronousOperations(
bool enabled,
int invokedCount,
int performedCount
)
Public Sub SetAsynchronousOperations( _
ByVal enabled As Boolean, _
ByVal invokedCount As Integer, _
ByVal performedCount As Integer _
)
public:
void SetAsynchronousOperations(
bool enabled,
int invokedCount,
int performedCount
)
enabled
true to enable Asynchronous Operations; otherwise, false.
invokedCount
The number of operations (messages) that can be sent without a response.
performedCount
The number of Asynchronous Operations performed.
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.
For an example, refer to IsRoleSelect.
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