IsAsyncOperations method (ILEADDicomNet)
Overview |
Refer to Working with DICOM Associate Connections. |
Remarks
Determines whether Asynchronous Operations are supported.
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 the SetAsyncOperations method.
To determine the number of Asynchronous Operations that may be invoked without a response, call the GetInvokedOperationsCount method. To determine the number of operations that have been completed, call the GetPerformedOperationsCount method.
See Also
Elements: |
GetInvokedOperationsCount method, GetPerformedOperationsCount method, SetAsyncOperations method |