Click or drag to resize

DfsClientCreateNameServerHeartbeatClient Method (DfsConfiguration)

Creates a client object that can be used to communicate with a name server via the heartbeat protocol using the specified configuration.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public static INameServerHeartbeatProtocol CreateNameServerHeartbeatClient(
	DfsConfiguration config
)

Parameters

config
Type: Ookii.Jumbo.DfsDfsConfiguration
A DfsConfiguration that provides the name server configuration to use.

Return Value

Type: INameServerHeartbeatProtocol
An object implementing INameServerHeartbeatProtocol that is a proxy class for communicating with the name server via RPC.
See Also