MobileServicePushStatus Enum

Definition

State in which push completed.

public enum MobileServicePushStatus
type MobileServicePushStatus = 
Public Enum MobileServicePushStatus
Inheritance
MobileServicePushStatus

Fields

CancelledByAuthenticationError 2

Push was aborted due to authentication error.

CancelledByNetworkError 1

Push was aborted due to network error.

CancelledByOperation 5

Push was aborted by IMobileServiceTableOperation.

CancelledBySyncStoreError 3

Push was aborted due to error from sync store.

CancelledByToken 4

Push was aborted due to cancellation.

Complete 0

All table operations in the push action were completed, possibly with errors.

InternalError 2147483647

Push failed due to an internal error.

Applies to