Show / Hide Table of Contents

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

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