Click or drag to resize

DataServerCommand Enumeration

The function the data server should perform for a client.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum DataServerCommand
Members
Member nameValueDescription
ReadBlock0 The client wants to read a block from the data server.
WriteBlock1 The client wants to write a block to the data server.
GetLogFileContents2 The clients wants to read the contents of the data servers diagnostic log file.
See Also