Пример #1
0
        private async Task SetProfile()
        {
            UpdateProfileProps(await _serviceClient.PostAsync(new SetProfile
            {
                AboutMe     = AboutMe,
                DisplayName = DisplayName
            }));

            await _hub.UpdateMyDisplayName(DisplayName);

            ResetEditMode();
        }