コード例 #1
0
 /// <summary>
 /// Sets a custom user identifier.
 /// </summary>
 /// <param name="userId">User identifier.</param>
 public static void SetUserId(string userId)
 {
     target.SetUserId(userId);
 }