public sealed class GroupClientService : IGroupClientServicePublic NotInheritable Class GroupClientService
Implements IGroupClientServicepublic ref class GroupClientService sealed : IGroupClientService[<SealedAttribute>]
type GroupClientService =
class
interface IGroupClientService
end| GroupClientService | Объект, управляющий группами при вызовах с клиента. Учитывает проверку прав и иную логику. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAllGroupsAsync | Загружает список всех доступных пользователю групп с базовой информацией по ним (без состава и списка администраторов). |
| GetGroupAsync | Загружает информацию по указанной группе. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| StoreGroupAsync | Сохраняет группу с изменением её параметров. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |