C# 클래스 NContrib.Web.StateServer

파일 보기 프로젝트 열기: veracross/ncontrib 1 사용 예제들

공개 메소드들

메소드 설명
FromAddress ( string address ) : StateServer
NeedsUpdate ( System.TimeSpan heartbeatInterval ) : bool
StateServer ( string host, int port ) : System

메소드 상세

FromAddress() 공개 정적인 메소드

public static FromAddress ( string address ) : StateServer
address string
리턴 StateServer

NeedsUpdate() 공개 메소드

public NeedsUpdate ( System.TimeSpan heartbeatInterval ) : bool
heartbeatInterval System.TimeSpan
리턴 bool

StateServer() 공개 메소드

public StateServer ( string host, int port ) : System
host string
port int
리턴 System