Members
Icon | Member | Description |
---|---|---|
ReadIfExists<(Of <<'(T>)>>)(T) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(T, ITransaction) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(T, Int64) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(T, ITransaction, Int64) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(T, ITransaction, Int64, ReadModifiers) |
Read (according to the modifiers) any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>)) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), Int64) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64) |
Read any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
| |
ReadIfExists<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64, ReadModifiers) |
Read (according to the modifiers) any matching object from the space, returning null if there currently is none.
Equivalent to read, except that blocking is done only if necessary to wait for transactional state to settle.
|