  | HeartbeatResponseCommand Property  | 
 
            Gets the command that the NameServer is giving to the DataServer.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic DataServerHeartbeatCommand Command { get; }Public ReadOnly Property Command As DataServerHeartbeatCommand
	Get
public:
property DataServerHeartbeatCommand Command {
	DataServerHeartbeatCommand get ();
}member Command : DataServerHeartbeatCommand with get
Property Value
Type: 
DataServerHeartbeatCommand
            A 
DataServerHeartbeatCommand value that indicates the command issued to the DataServer.
            
See Also