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