Click or drag to resize

RoleStoreTFindByIdAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task<T> FindByIdAsync(
	ulong roleId
)

Parameters

roleId
Type: SystemUInt64

[Missing <param name="roleId"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.RoleStore`1.FindByIdAsync(System.UInt64)"]

Return Value

Type: TaskT

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

Implements

IRoleStore.FindByIdAsync(UTP)
See Also