AsyncWcfLib

ActorInput.Open Method

Opens the service for incomming connections (same as TryConnect). The method is accessible only by the owner of this ActorInput object. No interface exposes the method. - Incoming connections from network: Opens a WCF service. Open picks up the synchronization context and must be called on the receiving thread only! A WcfPartnerMessage is received, when the connection is established. The connect-process runs asynchronous and does involve an address registration at the WcfRouter (when RouterClient is not disabled).

public void Open();

See Also

ActorInput Class | SourceForge.AsyncWcfLib Namespace