FMWebSyncBackoffArgs Class Reference

Inherits from NSObject
Declared in FMWebSync.h

Overview

Arguments used for

– index

Gets the current backoff index. Starts at 0 and increments by 1 for each backoff attempt.

- (int)index

Discussion

Gets the current backoff index. Starts at 0 and increments by 1 for each backoff attempt.

Declared In

FMWebSync.h

– lastTimeout

Gets last timeout value used.

- (int)lastTimeout

Discussion

Gets last timeout value used.

Declared In

FMWebSync.h