1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Method MessageSendSetUpdated (NamedValueTree nvt_i, LibDMF_SystemOnChannel soc_i, String sourceKind_i,  
 |    String sourceName_i, DateTime lastUpdate_i) 
 |  { 
 |    Description: 
 |    [* 
 |      Send a SetUpdated-message. 
 |      (1) This method is overridden for the HierarchyChannel in order to send a HierarchyUpdated-message. 
 |    *] 
 |    TextBody: 
 |    [* 
 |      // Add additional information to the header of the NTV that is typical for a SetUpdated-message. 
 |      // <currently none> 
 |       
 |      this.MessageSend( soc_i, LibDMF_CommunicationChannel::MESSAGETYPE_SETUPDATED(), 
 |                        nvt_i, sourceKind_i, sourceName_i, lastUpdate_i ); 
 |    *] 
 |  } 
 |  
  |