Members
Icon | Member | Description |
---|---|---|
Read<(Of <<'(T>)>>)(T) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(T, ITransaction) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(T, Int64) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(T, ITransaction, Int64) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(T, ITransaction, Int64, ReadModifiers) |
Read (according to the modifiers) any matching object from the space, blocking until one exists.
Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>)) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), Int64) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64) |
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
| |
Read<(Of <<'(T>)>>)(IQuery<(Of <<'(T>)>>), ITransaction, Int64, ReadModifiers) |
Read (according to the modifiers) any matching object from the space, blocking until one exists.
Return null if the timeout expires.
|