Table of Contents

Interface ILazy

Namespace
The.Relationships
Assembly
Instagile.dll
public interface ILazy

Properties

IsPresent

has this data been eager-loaded?

bool IsPresent { get; }

Property Value

bool

Methods

EnsurePresent()

void EnsurePresent()

EnsurePresentAsync(CancellationToken?)

Task EnsurePresentAsync(CancellationToken? cancellationToken = null)

Parameters

cancellationToken CancellationToken?

Returns

Task