public int PerformedOperationsCount { get; }
@property (nonatomic, assign, readonly) NSUInteger performedOperationsCount;
public:
property int PerformedOperationsCount {
int get();
}
The number of Asynchronous Operations that have been completed.
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.
For an example, refer to IsRoleSelect.