C# Class Stardust.Node.NodeConfiguration

Afficher le fichier Open project: Teleopti/Stardust Class Usage Examples

Méthodes publiques

Méthode Description
NodeConfiguration ( Uri managerLocation, Assembly handlerAssembly, int port, string nodeName, int pingToManagerSeconds ) : System

Private Methods

Méthode Description
CreateNodeAddress ( int port ) : Uri
GetIPAddress ( ) : string
ValidateParameters ( ) : void

Method Details

NodeConfiguration() public méthode

public NodeConfiguration ( Uri managerLocation, Assembly handlerAssembly, int port, string nodeName, int pingToManagerSeconds ) : System
managerLocation System.Uri
handlerAssembly System.Reflection.Assembly
port int
nodeName string
pingToManagerSeconds int
Résultat System