BeerDrinkin.iOS.Helpers.AppInsights.Identify C# (CSharp) Method

Identify() public method

public Identify ( string userId ) : void
userId string
return void
        public void Identify(string userId)
        {
            RaygunClient.Current.User = userId;
        }