AsyncWcfLib

ActorOutput.LinkOutputToRemoteService(String, IWcfClientConfiguration) 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.

public void LinkOutputToRemoteService(
   string serviceName,
   IWcfClientConfiguration clientConfig
);

Parameters

serviceName
The unique service name to connect to.
clientConfig
Plugin your own client configuration instead of WcfDefault.Instance.DoClientConfiguration.

Implements

IActorOutput.LinkOutputToRemoteService

See Also

ActorOutput Class | SourceForge.AsyncWcfLib Namespace | ActorOutput.LinkOutputToRemoteService Overload List