AsyncWcfLib

ActorOutput.LinkOutputToRemoteService Method

Link output to remote service. Look for the service Uri at WcfRouter on local host. WcfRouter may have synchronized its service register with peer routers on other hosts.

Overload List

Link output to remote service. Look for the service Uri at WcfRouter on local host. WcfRouter may have synchronized its service register with peer routers on other hosts.

public void LinkOutputToRemoteService(string,IWcfClientConfiguration)

Link output to remote service. Look for the service Uri at WcfRouter on a remote host. WcfRouter may have synchronized its service register with peer routers on other hosts.

public void LinkOutputToRemoteService(string,string,IWcfClientConfiguration)

Link output to remote service. No lookup at WcfRouter is needed as we know the romote host and the services TCP portnumber.

public void LinkOutputToRemoteService(Uri,IWcfClientConfiguration)

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace