←Select platform

PerformedOperationsCount Property

Summary

Gets the number of completed Asynchronous Operations.

Syntax

C#
VB
C++
public int PerformedOperationsCount { get; } 
Public ReadOnly Property PerformedOperationsCount As Integer 
public: 
property int PerformedOperationsCount { 
   int get(); 
} 

Property Value

The number of Asynchronous Operations that have been completed.

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly