public override void RegisterWithStorage(StorageServiceClient storageClient) { Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <ObjectEntity, IObject>(storageClient, Name, _objects); }
public override void RegisterWithStorage(StorageServiceClient storageClient) { Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <SensorEntity, ISensor>(storageClient, Name, _sensors); }
public override void RegisterWithStorage(StorageServiceClient storageClient) { Registration = StorageClientHelper <StorageServiceClient> .RegisterWithStorageAndSync <ProcessEntity, IProcess>(storageClient, Name, _processes); }