Click or drag to resize

UserStoreTFindByIdAsync Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`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 userId
)

Parameters

userId
Type: SystemUInt64

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

Return Value

Type: TaskT

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

Implements

IUserStore.FindByIdAsync(UTP)
See Also