Encapsulates a read-only space proxy.

C# | Visual Basic | Visual C++ | J# |
public interface IReadOnlySpaceProxy : IDisposable
Public Interface IReadOnlySpaceProxy _ Implements IDisposable
public interface class IReadOnlySpaceProxy : IDisposable
public interface IReadOnlySpaceProxy extends IDisposable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Clustered |
Returns true if the proxy is connected to a clustered space, otherwise false.
|
![]() | Count()()() |
Count any object from the space, visible under the default transaction.
|
![]() | Count(Object) |
Count any matching object from the space, visible under the default transaction.
|
![]() | Count(ITransaction) |
Count any object from the space, visible under the specified transaction.
|
![]() | Count(Object, ITransaction) |
Count any matching object from the space, visible under the specified transaction.
|
![]() | Count(Object, ITransaction, ReadModifiers) |
Count any matching object from the space, visible under the specified transaction and modifiers.
|
![]() | CreateDataEventSession()()() |
Create a data event session using the default configuration and transaction.
|
![]() | CreateDataEventSession(EventSessionConfig) |
Create a data event session using the specified configuration and default transaction.
|
![]() | CreateDataEventSession(ITransaction) |
Create a data event session using the default configuration and specified transaction.
|
![]() | CreateDataEventSession(EventSessionConfig, ITransaction) |
Create a data event session using the specified configuration and transaction.
|
![]() | DefaultDataEventSession |
Gets or sets the default IDataEventSession associated with the proxy.
|
![]() | DefaultEventSessionConfig |
Gets or sets the default EventSessionConfig associated with the proxy.
|
![]() | DefaultLeaseTime |
Gets or sets the default lease time associated with the proxy.
|
![]() | DefaultMaxItems |
Gets or sets the default maximum items associated with the proxy.
|
![]() | DefaultTimeout |
Gets or sets the default timeout associated with the proxy.
|
![]() | Dispose()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Embedded |
Returns true if the proxy is connected to an embedded space, otherwise false.
|
![]() | Factory |
Returns the ISpaceProxyProviderFactory instance which
was used to create the space.
|
![]() | Fifo |
Gets or sets Fifo mode for proxy.
|
![]() | FinderUrl |
Returns the SpaceUrl instance which was used to
find the space.
|
![]() | GetServerAdmin()()() |
Returns a server administration component for the current proxy.
|
![]() | GetSpaceIterator<(Of <(T>)>)(T, IteratorScope) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(ICollection<(Of <(T>)>), IteratorScope) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(T, IteratorScope, Int32, Int64) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(ICollection<(Of <(T>)>), IteratorScope, Int32, Int64) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(IQuery<(Of <(T>)>), IteratorScope) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(ICollection<(Of <(IQuery<(Of <(T>)>)>)>), IteratorScope) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(IQuery<(Of <(T>)>), IteratorScope, Int32, Int64) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | GetSpaceIterator<(Of <(T>)>)(ICollection<(Of <(IQuery<(Of <(T>)>)>)>), IteratorScope, Int32, Int64) |
Create an iterator over the space using the specified template(s) and settings.
|
![]() | Name |
Gets the name of this space.
|
![]() | Ping()()() |
Checks whether the space is alive and accessible.
|
![]() | Ping(Boolean) |
Checks whether the space is alive and accessible.
|
![]() | 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.
|
![]() | 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.
|
![]() | ReadModifiers |
Gets or sets the default ReadModifiers associated with the proxy.
|
![]() | ReadMultiple<(Of <(T>)>)(T) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(T, ITransaction) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(T, Int32) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(T, ITransaction, Int32) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(T, ITransaction, Int32, ReadModifiers) |
Read (according to the modifiers) an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>)) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), Int32) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32) |
Read an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReadMultiple<(Of <(T>)>)(IQuery<(Of <(T>)>), ITransaction, Int32, ReadModifiers) |
Read (according to the modifiers) an array of matching objects from the space.
Matching is done as in read with no timeout.
|
![]() | ReferentUid |
Gets the unique uid of this space instance.
|
![]() | Secured |
Returns true if this space secured, otherwise false.
|
![]() | SetSecurityContext(SecurityContext) | Obsolete.
Applies a security context for following operations on the proxy.
|
![]() | Snapshot<(Of <(T>)>)(T) |
Prepare the template for future operations on the proxy. Prepared templates are more
efficient since the data is already serialized in the space format.
|
![]() | Snapshot<(Of <(T>)>)(IQuery<(Of <(T>)>)) |
Prepare the template for future operations on the proxy. Prepared templates are more
efficient since the data is already serialized in the space format.
|
![]() | Url |
Returns the SpaceUrl instance which was used to
initialize the space.
|