Exemplo n.º 1
0
 public void SubscribeUpdates(string propertyId, Action <IValue> updateFunction)
 {
     submodelServiceProvider.SubscribeUpdates(propertyId, updateFunction);
 }