Factory class for creating a proxy to an existing space.

C# | Visual Basic | Visual C++ | J# |
public class SpaceProxyFactory
Public Class SpaceProxyFactory
public ref class SpaceProxyFactory
public class SpaceProxyFactory

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SpaceProxyFactory(String) |
Creates a new factory with the specified space name.
|
![]() | Clustered |
Determines if this is a cluster proxy to the entire cluster, or a direct proxy to the default member only.
|
![]() | Create()()() |
Creates a space proxy based on the configured information.
|
![]() | Credentials |
Gets or sets the credentials which will be used to login.
|
![]() | CustomProperties |
Gets or sets custom space properties.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | InstanceId |
Determines a specific instance ID within the cluster to connect to.
|
![]() | LookupGroups |
Determines which lookup groups to use when searching for the space in the lookup service.
|
![]() | LookupLocators |
Determines which lookup locators to use when searching for the space in the lookup service.
|
![]() | LookupTimeout |
Determines the maximum timeout to wait when searching the lookup service.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Name |
Name of space to locate
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Versioned |
Determines whether the space proxy performs optimimistic locking verifications.
|

Object | |
![]() | SpaceProxyFactory |