FMWebSyncBaseInputArgs Class Reference

Inherits from FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Base input arguments for WebSync methods.

– init

- (id)init

Declared In

FM.h

– isRetry

Gets whether this method call is a retry following a failure.

- (bool)isRetry

Discussion

Gets whether this method call is a retry following a failure.

Declared In

FMWebSync.h

– requestTimeout

Gets the number of milliseconds for the request timeout to use for this request. This will override any client-level request timeout settings.

- (FMNullableInt *)requestTimeout

Discussion

Gets the number of milliseconds for the request timeout to use for this request. This will override any client-level request timeout settings.

Declared In

FMWebSync.h

– requestUrl

Gets the absolute URL of the WebSync request handler, typically ending with websync.ashx, to use for this request. Overrides the client-level setting. This request will be sent using the

- (NSString *)requestUrl

Discussion

Gets the absolute URL of the WebSync request handler, typically ending with websync.ashx, to use for this request. Overrides the client-level setting. This request will be sent using the

Declared In

FMWebSync.h

– setIsRetry:

Sets whether this method call is a retry following a failure.

- (void)setIsRetry:(bool)value

Discussion

Sets whether this method call is a retry following a failure.

Declared In

FMWebSync.h

– setRequestTimeout:

Sets the number of milliseconds for the request timeout to use for this request. This will override any client-level request timeout settings.

- (void)setRequestTimeout:(FMNullableInt *)value

Discussion

Sets the number of milliseconds for the request timeout to use for this request. This will override any client-level request timeout settings.

Declared In

FMWebSync.h

– setRequestUrl:

Sets the absolute URL of the WebSync request handler, typically ending with websync.ashx, to use for this request. Overrides the client-level setting. This request will be sent using the

- (void)setRequestUrl:(NSString *)value

Discussion

Sets the absolute URL of the WebSync request handler, typically ending with websync.ashx, to use for this request. Overrides the client-level setting. This request will be sent using the

Declared In

FMWebSync.h

– setSynchronous:

Sets whether the request should be executed asynchronously. If true, the request will be executed synchronously. If false, the request will be executed asynchronously. If null, the request will be executed synchronously or asynchronously, depending on the value of . Defaults to null.

- (void)setSynchronous:(FMNullableBool *)value

Discussion

Sets whether the request should be executed asynchronously. If true, the request will be executed synchronously. If false, the request will be executed asynchronously. If null, the request will be executed synchronously or asynchronously, depending on the value of . Defaults to null.

Declared In

FMWebSync.h

– synchronous

Gets whether the request should be executed asynchronously. If true, the request will be executed synchronously. If false, the request will be executed asynchronously. If null, the request will be executed synchronously or asynchronously, depending on the value of . Defaults to null.

- (FMNullableBool *)synchronous

Discussion

Gets whether the request should be executed asynchronously. If true, the request will be executed synchronously. If false, the request will be executed asynchronously. If null, the request will be executed synchronously or asynchronously, depending on the value of . Defaults to null.

Declared In

FMWebSync.h