Property Data
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Data
Result of the most recent call, and default under every status but
Success: starting a call clears it, so a pending call never shows an
earlier call's result, and a call that fails — its OnSuccess throwing included — leaves
none behind.
public TData? Data { get; }
Property Value
- TData