- Timestamp:
- 03/08/11 14:54:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.LifecycleClient/Program.cs
r5593 r5636 7 7 using (var factory = ClientFactory.CreateChannelFactory<IHiveService>("wsHttpBinding_IHiveService", null, "hiveslave", "hiveslave")) { 8 8 IHiveService client = factory.Obj.CreateChannel(); 9 client.TriggerLifecycle( );9 client.TriggerLifecycle(true); 10 10 } 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.