Skip to content

SqliteBlobCache.Scheduler property

Defined in

Type: SqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.Sqlite3 Assembly: ReactiveMarbles.CacheDatabase.Sqlite3.dll

Applies to

netstandard2.0

public IScheduler Scheduler { get; }

View source

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