C# Class NContrib.Web.StateServer

Afficher le fichier Open project: veracross/ncontrib Class Usage Examples

Méthodes publiques

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

Method Details

FromAddress() public static méthode

public static FromAddress ( string address ) : StateServer
address string
Résultat StateServer

NeedsUpdate() public méthode

public NeedsUpdate ( System.TimeSpan heartbeatInterval ) : bool
heartbeatInterval System.TimeSpan
Résultat bool

StateServer() public méthode

public StateServer ( string host, int port ) : System
host string
port int
Résultat System