Пример #1
0
 public override void RegisterWithStorage(StorageServiceClient storageClient)
 {
     Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <ObjectEntity, IObject>(storageClient, Name, _objects);
 }
Пример #2
0
 public override void RegisterWithStorage(StorageServiceClient storageClient)
 {
     Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <SensorEntity, ISensor>(storageClient, Name, _sensors);
 }
Пример #3
0
 public override void RegisterWithStorage(StorageServiceClient storageClient)
 {
     Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <ProcessEntity, IProcess>(storageClient, Name, _processes);
 }