Delegate GetPropertyValueAsyncDelegate<T>
A delegate for asynchronously getting a dead properties value.
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public delegate Task<T> GetPropertyValueAsyncDelegate<T>(CancellationToken cancellationToken);
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken | The cancellation token |
Returns
Type | Description |
---|---|
Task<T> | The underlying property value |
Type Parameters
Name | Description |
---|---|
T | The type of the dead properties value |