Show / Hide Table of Contents

Delegate StoreLoader

A function that parses a URI and returns a pair of IStore and IStateStore.

Namespace: Libplanet.Store
Assembly: Libplanet.Store.dll
Syntax
public delegate (IStore Store, IStateStore StateStore) StoreLoader(Uri storeUri);
Parameters
Type Name Description
Uri storeUri

A URI referring to a store.

Returns
Type Description
(T1 Item1, T2 Item2)<IStore, IStateStore>

A pair of loaded IStore and IStateStore instances.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium