C# 클래스 zmqClusteredHashmap.ClusteredHashmapServer

파일 보기 프로젝트 열기: hotgazpacho/zmqClusteredHashmap

공개 메소드들

메소드 설명
ClusteredHashmapServer ( string hostAddress, uint port, Encoding encoding, KeyValueMessage>.IDictionary messages ) : System.Collections.Generic
Start ( ) : void

메소드 상세

ClusteredHashmapServer() 공개 메소드

public ClusteredHashmapServer ( string hostAddress, uint port, Encoding encoding, KeyValueMessage>.IDictionary messages ) : System.Collections.Generic
hostAddress string
port uint
encoding System.Text.Encoding
messages KeyValueMessage>.IDictionary
리턴 System.Collections.Generic

Start() 공개 메소드

public Start ( ) : void
리턴 void