Exemple #1
0
        // Objects

        /// <inheritdoc />
        public Task <IHTxList <TItem> > GetListAsync <TItem>(string name)
        {
            return(_distributedObjectFactory.GetOrCreateAsync <IHTxList <TItem>, HTxList <TItem> >(ServiceNames.List, name, true,
                                                                                                   (n, factory, cluster, serializationService, loggerFactory)
                                                                                                   => new HTxList <TItem>(name, factory, cluster, _connection, TransactionId, serializationService, loggerFactory)));
        }