Click or drag to resize

UserStoreTGetEmailAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task<string> GetEmailAsync(
	T user
)

Parameters

user
Type: T

[Missing <param name="user"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.GetEmailAsync(`0)"]

Return Value

Type: TaskString

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

Implements

IUserEmailStore.GetEmailAsync(UTP)
See Also