AsyncWcfLib

IActorOutput.LinkOutputToRemoteService Method

Add a WcfClientAsync and lookup the service Uri at WcfRouter. WcfRouter may have synchronized its service register with peer routers on other hosts.

Overload List

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)

See Also

IActorOutput Interface | SourceForge.AsyncWcfLib Namespace