C# Class NContrib.Web.StateServer

Exibir arquivo Open project: veracross/ncontrib Class Usage Examples

Public Methods

Method Description
FromAddress ( string address ) : StateServer
NeedsUpdate ( System.TimeSpan heartbeatInterval ) : bool
StateServer ( string host, int port ) : System

Method Details

FromAddress() public static method

public static FromAddress ( string address ) : StateServer
address string
return StateServer

NeedsUpdate() public method

public NeedsUpdate ( System.TimeSpan heartbeatInterval ) : bool
heartbeatInterval System.TimeSpan
return bool

StateServer() public method

public StateServer ( string host, int port ) : System
host string
port int
return System