RgfIdentityService.GetRGFUserAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Identity
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.15.0.25.0306.1
C#
public Task<RGFUser> GetRGFUserAsync(
	string userId
)

Parameters

userId  String
 

Return Value

Task<RGFUser>

Implements

IRgfIdentityService.GetRGFUserAsync(String)

See Also