distributedResourceAttached property

bool distributedResourceAttached
Resource is ready when all its properties are attached. Resource is attached when all its properties are received.

Implementation

// bool get isReady => _isReady;

/// <summary>
/// Resource is attached when all its properties are received.
/// </summary>
bool get distributedResourceAttached => _attached;