Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsAsynchronousOperations As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsAsynchronousOperations {get;} |
Return Value
true if Asynchronous Operations are supported; otherwise, false.For an example, refer to DicomAssociate.IsRoleSelect.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family