C# Class NHibernate.ZMQLogPublisher.SocketManager

Afficher le fichier Open project: seif/NHibernate.ZMQLogPublisher Class Usage Examples

Méthodes publiques

Méthode Description
CreateSocketForKey ( string loggerKey, SocketType socketType ) : Socket
SocketManager ( ) : System.Collections.Concurrent
Terminate ( ) : void

Method Details

CreateSocketForKey() public méthode

public CreateSocketForKey ( string loggerKey, SocketType socketType ) : Socket
loggerKey string
socketType SocketType
Résultat Socket

SocketManager() public méthode

public SocketManager ( ) : System.Collections.Concurrent
Résultat System.Collections.Concurrent

Terminate() public méthode

public Terminate ( ) : void
Résultat void