GetPerformedOperationsCount method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetPerformedOperationsCount (long hPDU);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Returns the number of completed Asynchronous Operations.

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, GetInvokedOperationsCount method, SetAsyncOperations method

Topics:

DICOM Associate Connection: Getting Information About a DICOM Associate Handle