Click or drag to resize

DfsClientCreateNameServerClient(DfsConfiguration) Method

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

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static INameServerClientProtocol CreateNameServerClient(
	DfsConfiguration config
)

Parameters

config  DfsConfiguration
A DfsConfiguration that provides the name server configuration to use.

Return Value

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