Click or drag to resize

RoleStoreTDeleteAsync Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.RoleStore`1.DeleteAsync(`0)"]

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task DeleteAsync(
	T role
)

Parameters

role
Type: T

[Missing <param name="role"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.RoleStore`1.DeleteAsync(`0)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:VelocityDBExtensions2.AspNet.Identity.RoleStore`1.DeleteAsync(`0)"]

Implements

IRoleStore.DeleteAsync(UTP)
See Also