Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure 在MobileServiceClient中找不到LogoutAsync()方法_Azure_Xamarin - Fatal编程技术网

Azure 在MobileServiceClient中找不到LogoutAsync()方法

Azure 在MobileServiceClient中找不到LogoutAsync()方法,azure,xamarin,Azure,Xamarin,在Microsoft.WindowsAzure.MobileServices命名空间中,类MobileServiceClient应具有符合的LogoutAsync方法。但是它没有这样的方法。你说得对LogoutAsync()不再存在于命名空间中。这很可能是由于本节中提到的包已被弃用。总之,我不会依赖文档的更新。相反,您应该考虑使用Azure应用程序服务。 也就是说,Microsoft.WindowsAzure.MobileServices命名空间中确实存在一个方法。尽管如此,它所做的只是将Cur

在Microsoft.WindowsAzure.MobileServices命名空间中,类MobileServiceClient应具有符合的LogoutAsync方法。但是它没有这样的方法。

你说得对
LogoutAsync()
不再存在于命名空间中。这很可能是由于本节中提到的包已被弃用。总之,我不会依赖文档的更新。相反,您应该考虑使用Azure应用程序服务。
也就是说,
Microsoft.WindowsAzure.MobileServices
命名空间中确实存在一个方法。尽管如此,它所做的只是将
CurrentUser
设置为
null

你说得对
LogoutAsync()
不再存在于命名空间中。这很可能是由于本节中提到的包已被弃用。总之,我不会依赖文档的更新。相反,您应该考虑使用Azure应用程序服务。
也就是说,
Microsoft.WindowsAzure.MobileServices
命名空间中确实存在一个方法。尽管如此,它所做的只是将
CurrentUser
设置为
null

你刚刚开始一个新项目吗?如果是这样,请注意该软件包已弃用。您是否刚刚开始一个新项目?如果是,请注意该软件包已弃用。