Creats a host based on configuration entries
| C# | Visual Basic | Visual C++ |
public Host( string clientConfigName, string serviceConfigName, string machine, ICollection<string> comms )
Public Sub New ( _ clientConfigName As String, _ serviceConfigName As String, _ machine As String, _ comms As ICollection(Of String) _ )
public: Host( String^ clientConfigName, String^ serviceConfigName, String^ machine, ICollection<String^>^ comms )
- clientConfigName (String)
- name of wcf client endpoint configuration entry
- serviceConfigName (String)
- name of wcf service configuration entry
- machine (String)
- machine the host is assigned to and determines whether to run the host service on this machine
- comms (ICollection<(Of <(String>)>))
- names or call signs this host is particpating in