Skip to content

EncryptedSqliteBlobCache.Scheduler property

Defined in

Type: EncryptedSqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.EncryptedSqlite3 Assembly: ReactiveMarbles.CacheDatabase.EncryptedSqlite3.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