Click or drag to resize

UserStoreTAddToRoleAsync Method

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

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Task AddToRoleAsync(
	T user,
	string roleName
)

Parameters

user
Type: T

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

roleName
Type: SystemString

[Missing <param name="roleName"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.UserStore`1.AddToRoleAsync(`0,System.String)"]

Return Value

Type: Task

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

Implements

IUserRoleStore.AddToRoleAsync(UTP, String)
See Also