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

MobileServicePushCompletionResult 类

定义

提供推送完成的错误和状态。

public class MobileServicePushCompletionResult
type MobileServicePushCompletionResult = class
Public Class MobileServicePushCompletionResult
继承
MobileServicePushCompletionResult

构造函数

MobileServicePushCompletionResult(IEnumerable<MobileServiceTableOperationError>, MobileServicePushStatus)

初始化 MobileServicePushCompletionResult 类的新实例。

属性

Errors

对远程表执行操作导致的错误。

Status

推送完成的状态。

适用于