Free cookie consent management tool by TermsFeed Policy Generator

Changeset 439 for trunk/sources


Ignore:
Timestamp:
08/04/08 15:06:41 (16 years ago)
Author:
gkronber
Message:

removed old ServiceBehaviour attribute which is a left over of the times when the client also exposed a service (ticket #230)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/ClientForm.cs

    r415 r439  
    3737
    3838namespace HeuristicLab.Grid {
    39   [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple, UseSynchronizationContext = false)]
    4039  public partial class ClientForm : Form {
    4140    private ChannelFactory<IEngineStore> factory;
Note: See TracChangeset for help on using the changeset viewer.