SqliteBlobCache.Scheduler property¶
Defined in
Type: SqliteBlobCache
Namespace: ReactiveMarbles.CacheDatabase.Sqlite3
Assembly: ReactiveMarbles.CacheDatabase.Sqlite3.dll
Applies to
netstandard2.0
public IScheduler Scheduler { get; }
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Gets the IScheduler used to defer operations. By default, this is BlobCache.TaskpoolScheduler.
Returns: IScheduler