Method Connect
Connect(string)
Connects to a ScaleOut in-memory data grid, returning a GridConnection instance that can be used with a CacheBuilder<TKey, TValue> to access objects in the ScaleOut service.
public static GridConnection Connect(string connectionString)
Parameters
connectionStringstringString containing parameters for connecting to ScaleOut host(s).
Returns
- GridConnection
A GridConnection instance.
- See Also
Connect(string, BootstrapGatewayProvider)
Connects to a ScaleOut in-memory data grid, returning a GridConnection instance that can be used with a CacheBuilder<TKey, TValue> to access objects in the ScaleOut service.
public static GridConnection Connect(string connectionString, BootstrapGatewayProvider bootstrapGatewayProvider)
Parameters
connectionStringstringString containing parameters for connecting to ScaleOut host(s).
bootstrapGatewayProviderBootstrapGatewayProviderA bootstrap gateway provider that can be used to find ScaleOut hosts running in cloud environment.
Returns
- GridConnection
A GridConnection instance.
- See Also