AsyncWcfLib

IActorOutput.LinkOutputToRemoteService(String, IWcfClientConfiguration) Method

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 serviceName,
   IWcfClientConfiguration clientConfig
);

Parameters

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

See Also

IActorOutput Interface | SourceForge.AsyncWcfLib Namespace | IActorOutput.LinkOutputToRemoteService Overload List