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
)
Public Function FindByIdAsync (
roleId As ULong
) As Task(Of T)
public:
virtual Task<T>^ FindByIdAsync(
unsigned long long roleId
) sealed
abstract FindByIdAsync :
roleId : uint64 -> Task<'T>
override FindByIdAsync :
roleId : uint64 -> Task<'T>
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