MobileServicePushStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State in which push completed.
public enum MobileServicePushStatus
type MobileServicePushStatus =
Public Enum MobileServicePushStatus
- Inheritance
-
MobileServicePushStatus
Fields
Name | Value | Description |
---|---|---|
Complete | 0 | All table operations in the push action were completed, possibly with errors. |
CancelledByNetworkError | 1 | Push was aborted due to network error. |
CancelledByAuthenticationError | 2 | Push was aborted due to authentication error. |
CancelledBySyncStoreError | 3 | Push was aborted due to error from sync store. |
CancelledByToken | 4 | Push was aborted due to cancellation. |
CancelledByOperation | 5 | Push was aborted by IMobileServiceTableOperation. |
InternalError | 2147483647 | Push failed due to an internal error. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET