Show / Hide Table of Contents

Delegate SetPropertyValueAsyncDelegate<T>

The delegate to set a typed properties value

Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public delegate Task SetPropertyValueAsyncDelegate<in T>(T value, CancellationToken cancellationToken);
Parameters
Type Name Description
T value

The value to set

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task

The async task

Type Parameters
Name Description
T

The type of the value to set

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