GetInvokedOperationsCount method (ILEADDicomNet)
Overview |
Refer to Working with DICOM Associate Connections. |
Remarks
Returns the number of Asynchronous Operations that may be invoked for the specified DICOM Associate connection.
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 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: |
IsAsyncOperations method, GetPerformedOperationsCount method, SetAsyncOperations method |
Topics: |
DICOM Associate Connection: Getting Information About a DICOM Associate Handle |