Interface ITypedWriteableProperty<T>
A typed writeable property
Inherited Members
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ITypedWriteableProperty<T> : ITypedReadableProperty<T>, IUntypedWriteableProperty, IUntypedReadableProperty, IProperty
Type Parameters
Name | Description |
---|---|
T | The underlying type of the XElement |
Methods
| Improve this Doc View SourceSetValueAsync(T, CancellationToken)
Sets the underlying typed value
Declaration
[NotNull]
Task SetValueAsync([NotNull] T value, CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value to set |
CancellationToken | ct | The cancellation token |
Returns
Type | Description |
---|---|
Task | the async task |