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