你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMobileServiceClient.RefreshUserAsync 方法

定义

使用已登录用户的标识提供者刷新访问令牌。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser> RefreshUserAsync ();
abstract member RefreshUserAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceUser>
Public Function RefreshUserAsync () As Task(Of MobileServiceUser)

返回

用户完成刷新访问令牌后将完成的任务

适用于