Click or drag to resize

LockedExceptionRenderAsync Method

IT Hit WebDAV Classes Reference
Writes exception to the output writer.

Namespace:  ITHit.WebDAV.Server.Class2
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public override Task RenderAsync(
	ContextAsync<IHierarchyItem> context,
	IHierarchyItemBase item,
	bool renderContent
)

Parameters

context
Type: ITHit.ServerContextAsyncIHierarchyItem
Instance of ContextAsyncTHierarchyItem.
item
Type: ITHit.ServerIHierarchyItemBase
Instance of IHierarchyItemBase.
renderContent
Type: SystemBoolean
Whether contents shall be written to output.

Return Value

Type: Task
A task object that can be awaited.
See Also