AsyncWcfLib

IActorOutput.LinkOutputToRemoteService(String, String, IWcfClientConfiguration) Method

Add a WcfClientAsync and lookup the service Uri at WcfRouter.

void LinkOutputToRemoteService(
   string routerHost,
   string serviceName,
   IWcfClientConfiguration clientConfig
);

Parameters

routerHost
The hostname, where the WcfRouter runs.
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