Add a WcfClientAsync and lookup the service Uri at WcfRouter. WcfRouter may have synchronized its service register with peer routers on other hosts.
Add a WcfClientAsync and lookup the service Uri at WcfRouter. WcfRouter may have synchronized its service register with peer routers on other hosts.
void LinkOutputToRemoteService(string,IWcfClientConfiguration)
Add a WcfClientAsync and lookup the service Uri at WcfRouter.
void LinkOutputToRemoteService(string,string,IWcfClientConfiguration)
Add a WcfBasicClientAsync. No lookup at WcfRouter is needed as we know the TCP portnumber.
void LinkOutputToRemoteService(Uri,IWcfClientConfiguration)
IActorOutput Interface | SourceForge.AsyncWcfLib Namespace