DicomObjects Reference
DicomObjects Reference / DicomConnection Object / isReady Property
In This Topic
    isReady Property
    In This Topic
    Description
    Test whether the last asynchronous operation has completed
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property isReady As Boolean
    Remarks
    This value may used by an application wishing to operate asynchronously without using the ActionComplete event. If Mode=doSync, then this value is always true.
    See Also