Interface ITypedReadableProperty<T>
An interface for a typed readable property
Inherited Members
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ITypedReadableProperty<T> : IUntypedReadableProperty, IProperty
Type Parameters
| Name | Description |
|---|---|
| T | The underlying type of the XElement |
Methods
| Improve this Doc View SourceGetValueAsync(CancellationToken)
Gets the underlying typed value
Declaration
[NotNull]
[ItemNotNull]
Task<T> GetValueAsync(CancellationToken ct)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | ct | The cancellation token |
Returns
| Type | Description |
|---|---|
| Task<T> | The underlying typed value |