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

IMobileServiceSyncHandler.OnPushCompleteAsync 方法

定义

推送操作完成后调用的方法。

public System.Threading.Tasks.Task OnPushCompleteAsync (Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult result);
abstract member OnPushCompleteAsync : Microsoft.WindowsAzure.MobileServices.Sync.MobileServicePushCompletionResult -> System.Threading.Tasks.Task
Public Function OnPushCompleteAsync (result As MobileServicePushCompletionResult) As Task

参数

返回

处理结果时完成的任务。

适用于