Show / Hide Table of Contents

Interface ITypedReadableProperty<T>

An interface for a typed readable property

Inherited Members
IUntypedReadableProperty.Cost
IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
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 Source

GetValueAsync(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

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX