Click or drag to resize
RiakConnectionFactoryCreateConnection Method

Namespace:  RiakClient.Comms
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public IRiakConnection CreateConnection(
	IRiakNodeConfiguration nodeConfig,
	IRiakAuthenticationConfiguration authConfig
)

Parameters

nodeConfig
Type: RiakClient.ConfigIRiakNodeConfiguration
The node configuration to base the connection on.
authConfig
Type: RiakClient.ConfigIRiakAuthenticationConfiguration
The authentication configuration to use with the connection.

Return Value

Type: IRiakConnection
A new instance of a IRiakConnection type.

Implements

IRiakConnectionFactoryCreateConnection(IRiakNodeConfiguration, IRiakAuthenticationConfiguration)
See Also