Show / Hide Table of Contents

Interface ILiveProperty

The interface for a live property

Inherited Members
IUntypedReadableProperty.Cost
IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
Namespace:FubarDev.WebDavServer.Props.Live
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ILiveProperty : IUntypedReadableProperty, IProperty

Methods

| Improve this Doc View Source

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

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