- Timestamp:
- 03/16/11 13:32:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.LifecycleClient/Program.cs
r5636 r5708 6 6 private static void Main(string[] args) { 7 7 using (var factory = ClientFactory.CreateChannelFactory<IHiveService>("wsHttpBinding_IHiveService", null, "hiveslave", "hiveslave")) { 8 IHiveService client = factory. Obj.CreateChannel();8 IHiveService client = factory.CreateChannel(); 9 9 client.TriggerLifecycle(true); 10 10 }
Note: See TracChangeset
for help on using the changeset viewer.