AsyncWcfLib

ActorOutput.LinkOutputToRemoteService(String, String, IWcfClientConfiguration) Method

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

Parameters

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