LEADTOOLS Medical (Leadtools.Dicom assembly)

PerformedOperationsCount Property

Show in webframe







Gets the number of completed Asynchronous Operations.
Syntax
public int PerformedOperationsCount {get;}
'Declaration
 
Public ReadOnly Property PerformedOperationsCount As Integer
'Usage
 
Dim instance As DicomAssociate
Dim value As Integer
 
value = instance.PerformedOperationsCount
public int PerformedOperationsCount {get;}

            

            
 get_PerformedOperationsCount(); 
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

See Also

Reference

DicomAssociate Class
DicomAssociate Members
IsAsynchronousOperations Property
InvokedOperationsCount Property
SetAsynchronousOperations Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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