C# Class Akka.IO.InetAddressDnsResolver

Inheritance: Akka.Actor.ActorBase
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
InetAddressDnsResolver ( SimpleDnsCache cache, Config config ) : System.Linq

Protected Methods

Method Description
Receive ( object message ) : bool

Method Details

InetAddressDnsResolver() public method

public InetAddressDnsResolver ( SimpleDnsCache cache, Config config ) : System.Linq
cache SimpleDnsCache
config Akka.Configuration.Config
return System.Linq

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool