C# Class zmqClusteredHashmap.Commands.KVSyncCommand

Inheritance: ICommand
显示文件 Open project: hotgazpacho/zmqClusteredHashmap

Public Methods

Method Description
KVSyncCommand ( string key, long sequence, byte message ) : System

Method Details

KVSyncCommand() public method

public KVSyncCommand ( string key, long sequence, byte message ) : System
key string
sequence long
message byte
return System