Esempio n. 1
0
 /// <summary>
 /// Lists all the users who have been defined in the system.
 /// </summary>
 /// <param name="request"></param>
 /// <returns>
 /// A list of <see cref="ListUsersResponse"/> containing the details on all the users
 /// who have been defined.
 /// </returns>
 public virtual ListUsersResponse ListUsers(ServerRequest request)
 {
     return(server.ListUsers(request));
 }