LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PerformedOperationsCount Property
See Also 
Leadtools.Dicom Namespace > DicomAssociate Class : PerformedOperationsCount Property



Gets the number of completed Asynchronous Operations.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PerformedOperationsCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomAssociate
Dim value As Integer
 
value = instance.PerformedOperationsCount
C# 
public int PerformedOperationsCount {get;}
C++/CLI 
public:
property int PerformedOperationsCount {
   int get();
}

Property Value

The number of Asynchronous Operations that have been completed.

Example

For an example, refer to DicomAssociate.IsRoleSelect.

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.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features