Interface ILiveProperty
The interface for a live property
Inherited Members
Namespace:FubarDev.WebDavServer.Props.Live
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ILiveProperty : IUntypedReadableProperty, IProperty
Methods
| Improve this Doc View SourceIsValidAsync(CancellationToken)
Determines whether the underlying value is valid
Declaration
Task<bool> IsValidAsync(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The cancellation token |
Returns
| Type | Description |
|---|---|
| Task<Boolean> | true when the underlying is valid |